modified: services/fluxcd-system/README.md

modified:   services/monitoring/README.md
modified:   services/monitoring/deploy/prometheus/prometheus-agent.yaml
This commit is contained in:
Márcio Fernandes
2026-07-15 14:15:24 +00:00
parent 310f4e00f9
commit 8f9c504515
3 changed files with 7 additions and 13 deletions
+1 -1
View File
@@ -27,6 +27,6 @@ helm upgrade flux-operator oci://ghcr.io/controlplaneio-fluxcd/charts/flux-opera
**Allow prometheus scrapping:**
```bash
kubectl apply -f deploy/monitoring
kubectl apply -f deploy/monitoring.yaml
kubectl label ns flux-system prometheus-monitoring=enabled
```