gitea actions

This commit is contained in:
snothub
2026-04-08 12:56:07 +02:00
parent 9f130a8dc4
commit cb548ee09a
3 changed files with 26 additions and 25 deletions

View File

@@ -1,18 +1,15 @@
## Gitea Act Runner - Helm values
## Chart: actions (https://dl.gitea.com/charts)
## Chart: actions v0.0.5 (https://dl.gitea.com/charts)
replicaCount: 3
enabled: true
runner:
config: |
log:
level: info
runner:
labels:
- "ubuntu-latest:docker://node:20-bookworm"
- "ubuntu-22.04:docker://node:20-bookworm"
giteaRootURL: http://gitea-http.gitea.svc.cluster.local:3000
existingSecret: gitea-runner-token
existingSecret: gitea-runner-token
existingSecretKey: token
statefulset:
replicas: 3
resources:
requests:
@@ -22,16 +19,19 @@ runner:
cpu: "1"
memory: 1Gi
gitea:
instance:
url: http://gitea-http.gitea.svc.cluster.local:3000
actRunner:
config: |
log:
level: info
cache:
enabled: false
container:
require_docker: true
docker_timeout: 300s
runner:
labels:
- "ubuntu-latest:docker://node:20-bookworm"
- "ubuntu-22.04:docker://node:20-bookworm"
dind:
enabled: true
resources:
requests:
cpu: 250m
memory: 256Mi
limits:
cpu: "1"
memory: 1Gi
dind:
rootless: false