Files
casa/monitoring/promtail
..
2025-11-15 11:54:06 +00:00
2025-11-15 11:54:06 +00:00
2025-11-15 11:54:06 +00:00

Promtail

kubectl get namespace monitoring || kubectl create namespace monitoring

# add repo
helm repo add grafana https://grafana.github.io/helm-charts
# Install & Upgrade
helm upgrade --install promtail grafana/promtail --namespace monitoring \
--values=./values.yaml \
--values=./values.local.yaml