gitea actions
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -15,3 +15,4 @@ CLAUDE.md
|
|||||||
devbox.d/
|
devbox.d/
|
||||||
devbox.lock
|
devbox.lock
|
||||||
.devbox/
|
.devbox/
|
||||||
|
bash.exe.stackdump
|
||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user