monitoring: annotate kube-state svc manually

This commit is contained in:
Brad Stein 2025-11-09 13:07:39 -03:00
parent f958d65528
commit 5ffcfc7d01

View File

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