From f958d655285721a9beede0b827142f42d17c7123 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 9 Nov 2025 13:03:40 -0300 Subject: [PATCH] monitoring: drop duplicate annotations --- services/monitoring/helmrelease.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/services/monitoring/helmrelease.yaml b/services/monitoring/helmrelease.yaml index 047f1ac..04344e5 100644 --- a/services/monitoring/helmrelease.yaml +++ b/services/monitoring/helmrelease.yaml @@ -16,11 +16,6 @@ spec: namespace: flux-system values: prometheusScrape: true # annotates for /metrics auto-scrape. :contentReference[oaicite:16]{index=16} - service: - annotations: - prometheus.io/scrape: "true" - prometheus.io/port: "8080" # ksm serves metrics on 8080 by default - prometheus.io/path: "/metrics" ---