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" ---