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