Files
homelab/infra/kubernetes/platform/gitea-runner/runner-config.yaml
Julia McGhee 65abed3426
All checks were successful
CI / changes (push) Successful in 10s
CI / lint-and-test (push) Successful in 51s
CI / build (push) Has been skipped
Deploy Production / deploy (push) Successful in 22s
Fix runner config: timeout needs duration string not int
2026-03-21 16:43:50 +00:00

17 lines
309 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: gitea-runner-config
namespace: platform
data:
config.yaml: |
log:
level: info
runner:
capacity: 1
timeout: 1h
container:
options: "-v pnpm-store:/root/.local/share/pnpm/store"
valid_volumes:
- "pnpm-store"