chore(gitea-runners): Updated values for Dind support
All checks were successful
Validate K8s manifests / validate-manifests (push) Successful in 2m54s
All checks were successful
Validate K8s manifests / validate-manifests (push) Successful in 2m54s
This commit is contained in:
@@ -37,18 +37,13 @@ statefulset:
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
extraVolumes:
|
||||
- name: docker-sock
|
||||
emptyDir: {}
|
||||
extraVolumes: []
|
||||
|
||||
actRunner:
|
||||
repository: gitea/act_runner
|
||||
tag: 0.2.13
|
||||
pullPolicy: IfNotPresent
|
||||
extraVolumeMounts:
|
||||
- name: docker-sock
|
||||
mountPath: /var/run
|
||||
readOnly: false
|
||||
extraVolumeMounts: []
|
||||
|
||||
# See full example here: https://gitea.com/gitea/act_runner/src/branch/main/internal/pkg/config/config.example.yaml
|
||||
config: |
|
||||
@@ -66,29 +61,18 @@ statefulset:
|
||||
privileged: true
|
||||
require_docker: true
|
||||
docker_timeout: 300s
|
||||
envs:
|
||||
- name: DOCKER_TLS_CERTDIR
|
||||
value: ""
|
||||
|
||||
dind:
|
||||
repository: docker
|
||||
tag: 28.3.3-dind
|
||||
pullPolicy: IfNotPresent
|
||||
extraVolumeMounts:
|
||||
- name: docker-sock
|
||||
mountPath: /var/run
|
||||
readOnly: false
|
||||
extraVolumeMounts: []
|
||||
|
||||
# If the container keeps crashing in your environment, you might have to add the `DOCKER_IPTABLES_LEGACY` environment variable.
|
||||
# See https://github.com/docker-library/docker/issues/463#issuecomment-1881909456
|
||||
extraEnvs:
|
||||
- name: DOCKER_TLS_CERTDIR
|
||||
value: ""
|
||||
- name: DOCKER_HOST
|
||||
value: "unix:///var/run/docker.sock"
|
||||
- name: DOCKERD_ARGS
|
||||
value: "--host=unix:///var/run/docker.sock --iptables=true"
|
||||
# - name: "DOCKER_IPTABLES_LEGACY"
|
||||
[]
|
||||
# - name: "DOCKER_IPTABLES_LEGACY"
|
||||
# value: "1"
|
||||
|
||||
persistence:
|
||||
|
||||
Reference in New Issue
Block a user