fluxcd: add prometheus

This commit is contained in:
Márcio Fernandes
2026-06-07 21:40:22 +00:00
parent f9a16cb0ca
commit 8bf2f786d5
14 changed files with 72 additions and 12 deletions
+5 -6
View File
@@ -1,11 +1,10 @@
# monitoring
## namespace
``` bash
kubectl create namespace monitoring
```
## prometheus-stack
- <https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack>
- <https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml>
## promtail
## Setup
@@ -16,7 +15,7 @@ Using flux for reconciliation.
./ops-scripts/apply-flux.sh
```
**Encrypt secrets:**
**promtail Encrypt secrets:**
``` bash
sops -e deploy/promtail/helm-values.private.dec.yaml > deploy/promtail/helm-values.private.yaml