From dc45c913a518b46970de245aec5356d8903b62ef Mon Sep 17 00:00:00 2001 From: chemavx Date: Mon, 6 Jul 2026 11:47:33 +0000 Subject: [PATCH] decommission(F2): silenciar notificaciones Telegram de la app polymarket-bot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Se retiran las suscripciones on-sync-failed / on-health-degraded: durante el apagado (F3) generarían ruido sin valor. No hay trigger 'informativo' viable: escalar a 0 vía git deja la app Synced/Healthy. El resto de apps conservan sus notificaciones. --- argocd/application-polymarket-bot.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/argocd/application-polymarket-bot.yaml b/argocd/application-polymarket-bot.yaml index 839a3cb..e843993 100644 --- a/argocd/application-polymarket-bot.yaml +++ b/argocd/application-polymarket-bot.yaml @@ -3,9 +3,6 @@ kind: Application metadata: name: polymarket-bot namespace: argocd - annotations: - notifications.argoproj.io/subscribe.on-sync-failed.telegram: "5138407666" - notifications.argoproj.io/subscribe.on-health-degraded.telegram: "5138407666" spec: destination: namespace: polymarket-bot