44 lines
1.0 KiB
YAML
44 lines
1.0 KiB
YAML
# Gitea Actions runner for test contour (gitea-charts/actions)
|
|
enabled: true
|
|
|
|
giteaRootURL: http://gitea-http.gitea.svc.cluster.local:3000
|
|
|
|
existingSecret: gitea-runner-registration
|
|
existingSecretKey: runner-token
|
|
|
|
statefulset:
|
|
replicas: 1
|
|
persistence:
|
|
size: 2Gi
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
limits:
|
|
cpu: "2"
|
|
memory: 2Gi
|
|
runner:
|
|
tag: "1.0.4"
|
|
config: |
|
|
log:
|
|
level: info
|
|
cache:
|
|
enabled: true
|
|
container:
|
|
require_docker: true
|
|
docker_timeout: 600s
|
|
valid_volumes:
|
|
- /var/run/docker.sock
|
|
extraEnvs:
|
|
- name: GITEA_RUNNER_NAME
|
|
value: sova-test-k8s
|
|
- name: GITEA_RUNNER_LABELS
|
|
value: "ubuntu-latest:docker://catthehacker/ubuntu:act-22.04,ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04"
|
|
dind:
|
|
tag: 27-dind
|
|
extraEnvs:
|
|
- name: DOCKER_IPTABLES_LEGACY
|
|
value: "1"
|
|
extraArgs:
|
|
- --insecure-registry=gitea-http.gitea.svc.cluster.local:3000
|