From 0552031eeb5ff43cba4fb928b33cd9be4ee47bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 22 Nov 2025 21:05:12 +0000 Subject: [PATCH] modified: .gitea/workflows/monitoring-deploy.yaml modified: gitea-casa-vlan-cicd-runner/deploy/deploy.yaml --- .gitea/workflows/monitoring-deploy.yaml | 2 +- gitea-casa-vlan-cicd-runner/deploy/deploy.yaml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/monitoring-deploy.yaml b/.gitea/workflows/monitoring-deploy.yaml index c6d76db..0d5f0d4 100644 --- a/.gitea/workflows/monitoring-deploy.yaml +++ b/.gitea/workflows/monitoring-deploy.yaml @@ -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 diff --git a/gitea-casa-vlan-cicd-runner/deploy/deploy.yaml b/gitea-casa-vlan-cicd-runner/deploy/deploy.yaml index cf920d1..bd504b3 100644 --- a/gitea-casa-vlan-cicd-runner/deploy/deploy.yaml +++ b/gitea-casa-vlan-cicd-runner/deploy/deploy.yaml @@ -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"