From fdb47cbe78170d73d42bc599a455a8e957a5717e Mon Sep 17 00:00:00 2001 From: rohow Date: Wed, 21 Jan 2026 17:59:54 +0800 Subject: [PATCH] feat(gitea): add actRunner configuration and persistence settings to helmchart-runner.yaml --- apps/infra/devops/gitea/helmchart-runner.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps/infra/devops/gitea/helmchart-runner.yaml b/apps/infra/devops/gitea/helmchart-runner.yaml index 54d1f67..43f72ec 100644 --- a/apps/infra/devops/gitea/helmchart-runner.yaml +++ b/apps/infra/devops/gitea/helmchart-runner.yaml @@ -14,6 +14,17 @@ spec: affinity: nodeSelector: dev-cm-runner/enabled: "true" + actRunner: + config: | + log: + level: info + cache: + enabled: true + container: + require_docker: true + docker_timeout: 300s + persistence: + size: 10Gi giteaRootURL: http://gitea-http.infra-devops.svc.cluster.local:3000 existingSecret: gitea-runner existingSecretKey: token