Files
casa/monitoring
Márcio Fernandes 8fe822ef32
All checks were successful
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 17s
Monitoring services CI/CD Pipeline / deploy (push) Successful in 17s
modified: .gitea/workflows/casa-services-deploy.yaml
modified:   .gitea/workflows/monitoring-deploy.yaml
modified:   monitoring/cicd-rbac.yaml
2025-11-22 21:45:17 +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