From e3eb8f0cf25bc56a412b749bc69cfb70a5fb34a5 Mon Sep 17 00:00:00 2001 From: Christopher Nolan Date: Sun, 7 Dec 2025 19:48:24 +0000 Subject: [PATCH] Add configurable aggregation window for host alerts --- argocd/applications/configs/alerting-monitor.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/argocd/applications/configs/alerting-monitor.yaml b/argocd/applications/configs/alerting-monitor.yaml index 57bb2620b..83459c1ac 100644 --- a/argocd/applications/configs/alerting-monitor.yaml +++ b/argocd/applications/configs/alerting-monitor.yaml @@ -5,6 +5,9 @@ caSecretName: gateway-ca-cert caSecretKey: ca.crt +initialRules: + hostAggregationWindowSeconds: 240 + openPolicyAgent: image: tag: 1.10.1-static