chore(gitea-runners): Updated values for Dind support
Some checks failed
Validate K8s manifests / validate-manifests (push) Has been cancelled

This commit is contained in:
Daniël Groothuis
2025-10-28 18:03:36 +01:00
parent 258ba64bcc
commit 765afc3bfb

View File

@@ -37,7 +37,9 @@ statefulset:
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
affinity: {} affinity: {}
extraVolumes: [] extraVolumes:
- name: docker-sock
emptyDir: {}
actRunner: actRunner:
repository: gitea/act_runner repository: gitea/act_runner
@@ -46,6 +48,7 @@ statefulset:
extraVolumeMounts: extraVolumeMounts:
- name: docker-sock - name: docker-sock
mountPath: /var/run mountPath: /var/run
readOnly: false
# See full example here: https://gitea.com/gitea/act_runner/src/branch/main/internal/pkg/config/config.example.yaml # See full example here: https://gitea.com/gitea/act_runner/src/branch/main/internal/pkg/config/config.example.yaml
config: | config: |
@@ -71,6 +74,7 @@ statefulset:
extraVolumeMounts: extraVolumeMounts:
- name: docker-sock - name: docker-sock
mountPath: /var/run mountPath: /var/run
readOnly: false
# If the container keeps crashing in your environment, you might have to add the `DOCKER_IPTABLES_LEGACY` environment variable. # 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 # See https://github.com/docker-library/docker/issues/463#issuecomment-1881909456