fluxcd: monitoring promtail
This commit is contained in:
@@ -8,15 +8,16 @@ kubectl create namespace monitoring
|
||||
|
||||
## promtail
|
||||
|
||||
### setup
|
||||
## Setup
|
||||
|
||||
Using flux for reconciliation.
|
||||
|
||||
``` bash
|
||||
# add repo
|
||||
helm repo add grafana https://grafana.github.io/helm-charts
|
||||
# Install & Upgrade
|
||||
helm upgrade --install promtail grafana/promtail --namespace monitoring \
|
||||
--values=./promtail/values.yaml \
|
||||
--values=./promtail//values.local.yaml
|
||||
./ops-scripts/apply-flux.sh
|
||||
```
|
||||
|
||||
## Continuous Deploy
|
||||
**Encrypt secrets:**
|
||||
|
||||
``` bash
|
||||
sops -e deploy/promtail/helm-values.private.dec.yaml > deploy/promtail/helm-values.private.yaml
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user