chore(gitea-runners): Updated values for Dind support
Some checks failed
Validate K8s manifests / validate-manifests (push) Failing after 16s

This commit is contained in:
Daniël Groothuis
2025-10-28 19:29:03 +01:00
parent cbe66f6fd1
commit a4996f29b2

View File

@@ -39,7 +39,7 @@ spec:
- name: runner-1
image: gitea/act_runner:nightly-dind-rootless
imagePullPolicy: Always
# command: ["sh", "-c", "while ! nc -z localhost 2376 </dev/null; do echo 'waiting for docker daemon...'; sleep 5; done; /sbin/tini -- /opt/act/run.sh"]
command: ["sh", "-c", "while ! nc -z localhost 2376 </dev/null; do echo 'waiting for docker daemon...'; sleep 5; done; /sbin/tini -- /opt/act/run.sh"]
env:
- name: DOCKER_HOST
value: tcp://localhost:2376
@@ -59,4 +59,3 @@ spec:
volumeMounts:
- name: runner-data
mountPath: /data