gitea runners
This commit is contained in:
37
infra/values/gitea-actions-values.yaml
Normal file
37
infra/values/gitea-actions-values.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
## Gitea Act Runner - Helm values
|
||||
## Chart: actions (https://dl.gitea.com/charts)
|
||||
|
||||
replicaCount: 3
|
||||
|
||||
runner:
|
||||
config: |
|
||||
log:
|
||||
level: info
|
||||
runner:
|
||||
labels:
|
||||
- "ubuntu-latest: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:
|
||||
enabled: true
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: "1"
|
||||
memory: 1Gi
|
||||
Reference in New Issue
Block a user