Files
casa/monitoring
Márcio Fernandes 484301cd99
All checks were successful
Monitoring services CI/CD Pipeline / deploy (push) Successful in 21s
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 17s
modified: monitoring/prometheus/deploy/prometheus-agent.yaml
2025-12-11 21:51:32 +00:00
..
2025-11-22 20:46:30 +00:00
2025-11-22 20:46:30 +00:00

monitoring

namespace

kubectl create namespace monitoring

promtail

setup

# 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

Continuous Deploy