From 5ffcfc7d01012f09ee1a995171320c9ff4e552b4 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 9 Nov 2025 13:07:39 -0300 Subject: [PATCH] monitoring: annotate kube-state svc manually --- services/monitoring/helmrelease.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/services/monitoring/helmrelease.yaml b/services/monitoring/helmrelease.yaml index 04344e5..87daad7 100644 --- a/services/monitoring/helmrelease.yaml +++ b/services/monitoring/helmrelease.yaml @@ -15,7 +15,11 @@ spec: name: prometheus 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" + prometheus.io/path: "/metrics" ---