modified: .gitea/workflows/monitoring-deploy.yaml
Some checks are pending
Monitoring services CI/CD Pipeline / deploy (push) Waiting to run
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 17s

modified:   gitea-casa-vlan-cicd-runner/deploy/deploy.yaml
This commit is contained in:
2025-11-22 21:05:12 +00:00
parent f4e2dccc23
commit 0552031eeb
2 changed files with 5 additions and 2 deletions

View File

@@ -43,5 +43,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.url=${{ secrets.LOKI_URL }}
--values=./monitoring/promtail/values.yaml --set config.clients.url=${{ secrets.LOKI_URL }} --debug

View File

@@ -50,8 +50,11 @@ spec:
name: casa-vlan-cicd-runners
key: GITEA_MYLIMBO_RUNNER_NAME
- name: GITEA_RUNNER_EPHEMERAL
- name: GITEA_RUNNER_CAPACITY
value: "1"
- name: GITEA_RUNNER_EPHEMERAL
value: "0"
resources:
requests:
memory: "128Mi"