add fluxcd prometheus scrapping

This commit is contained in:
Márcio Fernandes
2026-07-15 13:13:54 +00:00
parent 0c5013f156
commit 310f4e00f9
3 changed files with 39 additions and 2 deletions
@@ -9,8 +9,13 @@ spec:
prometheus-monitoring: enabled
podMonitorSelector:
matchLabels:
release: prometheus
matchExpressions:
- key: release
operator: In
values: ["prometheus"]
- key: prometheus.io/scrape
operator: In
values: ["true"]
serviceMonitorNamespaceSelector:
matchLabels: