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

1
.gitignore vendored
View File

@@ -15,3 +15,4 @@ CLAUDE.md
devbox.d/ devbox.d/
devbox.lock devbox.lock
.devbox/ .devbox/
bash.exe.stackdump

View File

@@ -17,7 +17,7 @@ spec:
sources: sources:
- repoURL: https://dl.gitea.com/charts - repoURL: https://dl.gitea.com/charts
chart: actions chart: actions
targetRevision: "*" targetRevision: "0.0.5"
helm: helm:
releaseName: gitea-actions releaseName: gitea-actions
valueFiles: valueFiles:

View File

@@ -1,37 +1,37 @@
## Gitea Act Runner - Helm values ## 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: giteaRootURL: http://gitea-http.gitea.svc.cluster.local:3000
existingSecret: gitea-runner-token
existingSecretKey: token
statefulset:
replicas: 3
resources:
requests:
cpu: 250m
memory: 256Mi
limits:
cpu: "1"
memory: 1Gi
actRunner:
config: | config: |
log: log:
level: info level: info
cache:
enabled: false
container:
require_docker: true
docker_timeout: 300s
runner: runner:
labels: labels:
- "ubuntu-latest:docker://node:20-bookworm" - "ubuntu-latest:docker://node:20-bookworm"
- "ubuntu-22.04:docker://node:20-bookworm" - "ubuntu-22.04:docker://node:20-bookworm"
existingSecret: gitea-runner-token
resources:
requests:
cpu: 250m
memory: 256Mi
limits:
cpu: "1"
memory: 1Gi
gitea:
instance:
url: http://gitea-http.gitea.svc.cluster.local:3000
dind: dind:
enabled: true rootless: false
resources:
requests:
cpu: 250m
memory: 256Mi
limits:
cpu: "1"
memory: 1Gi