From fbbe4fe1222a68b5c5ab0a667a5bf7c314cd5f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 22 Nov 2025 16:20:34 +0000 Subject: [PATCH] change log level to trace and set GITEA_RUNNER_CAPACITY=1 GITEA_RUNNER_EPHEMERAL=0 --- gitea-casa-vlan-cicd-runner/deploy/deploy.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/gitea-casa-vlan-cicd-runner/deploy/deploy.yaml b/gitea-casa-vlan-cicd-runner/deploy/deploy.yaml index 1681e44..a21f0f7 100644 --- a/gitea-casa-vlan-cicd-runner/deploy/deploy.yaml +++ b/gitea-casa-vlan-cicd-runner/deploy/deploy.yaml @@ -29,6 +29,9 @@ spec: image: git.limbosolutions.com/kb/gitea/act_runner:0.2.13-network-stack imagePullPolicy: Always env: + - name: LOG_LEVEL + value: "trace" + - name: CONFIG_FILE value: /config.yaml - name: GITEA_INSTANCE_URL @@ -65,6 +68,9 @@ spec: image: git.limbosolutions.com/kb/gitea/act_runner:0.2.13-network-stack imagePullPolicy: Always env: + - name: LOG_LEVEL + value: "trace" + - name: CONFIG_FILE value: /config.yaml - name: GITEA_INSTANCE_URL @@ -82,9 +88,11 @@ spec: secretKeyRef: name: casa-vlan-cicd-runners key: GITEA_MF_RUNNER_NAME - - - name: GITEA_RUNNER_EPHEMERAL + + - name: GITEA_RUNNER_CAPACITY value: "1" + - name: GITEA_RUNNER_EPHEMERAL + value: "0" resources: requests: memory: "128Mi"