gitea actions
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -14,4 +14,5 @@ CLAUDE.md
|
||||
.claude/
|
||||
devbox.d/
|
||||
devbox.lock
|
||||
.devbox/
|
||||
.devbox/
|
||||
bash.exe.stackdump
|
||||
@@ -17,7 +17,7 @@ spec:
|
||||
sources:
|
||||
- repoURL: https://dl.gitea.com/charts
|
||||
chart: actions
|
||||
targetRevision: "*"
|
||||
targetRevision: "0.0.5"
|
||||
helm:
|
||||
releaseName: gitea-actions
|
||||
valueFiles:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user