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
+6
View File
@@ -20,3 +20,9 @@ Using flux for reconciliation.
``` bash
sops -e deploy/promtail/helm-values.private.dec.yaml > deploy/promtail/helm-values.private.yaml
```
**Check agent:**
``` bash
http://localhost:9090/agent
```
@@ -8,22 +8,10 @@ spec:
matchLabels:
prometheus-monitoring: enabled
podMonitorSelector:
matchExpressions:
- key: release
operator: In
values: ["prometheus"]
- key: prometheus.io/scrape
operator: In
values: ["true"]
serviceMonitorNamespaceSelector:
matchLabels:
prometheus-monitoring: enabled
serviceMonitorSelector:
matchLabels:
release: prometheus
replicas: 1
remoteWrite: