modified: .gitea/workflows/casa-services-deploy.yaml
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/monitoring-deploy.yaml
modified:   monitoring/cicd-rbac.yaml
This commit is contained in:
2025-11-22 21:45:17 +00:00
parent b02382a4d4
commit 8fe822ef32
3 changed files with 44 additions and 3 deletions

View File

@@ -6,7 +6,13 @@ on:
- fix/*
- main
- master
paths:
- 'services/**'
- '.gitea/workflows/casa-services**'
pull_request:
paths:
- 'monitoring/**'
- '.gitea/workflows/monitoring**'
schedule:
- cron: '0 15 * * 0' # every sunday 3 pm

View File

@@ -6,7 +6,13 @@ on:
- fix/*
- main
- master
paths:
- 'monitoring/**'
- '.gitea/workflows/monitoring**'
pull_request:
paths:
- 'monitoring/**'
- '.gitea/workflows/monitoring**'
schedule:
- cron: '0 15 * * 0' # every sunday 3 pm
@@ -45,5 +51,5 @@ jobs:
helm repo add grafana https://grafana.github.io/helm-charts
# Install & Upgrade
helm upgrade --install promtail grafana/promtail --namespace monitoring \
--values=./monitoring/promtail/values.yaml --set config.clients[0].url=${LOKI_URL} --debug
--values=./monitoring/promtail/values.yaml --set config.clients[0].url=${LOKI_URL}