modified: .gitea/workflows/casa-services-deploy.yaml
modified: .gitea/workflows/monitoring-deploy.yaml modified: monitoring/cicd-rbac.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user