From febfb055aed15e39763481285e71398b8a4140bf Mon Sep 17 00:00:00 2001 From: rock Date: Mon, 7 Sep 2026 13:20:20 -0700 Subject: [PATCH] fix: use tcp://localhost:2375 for dind (no TLS, no socket permission issues) --- k8s/infra/forgejo-runner/templates/deployment.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/k8s/infra/forgejo-runner/templates/deployment.yaml b/k8s/infra/forgejo-runner/templates/deployment.yaml index 3947da7..161edf8 100644 --- a/k8s/infra/forgejo-runner/templates/deployment.yaml +++ b/k8s/infra/forgejo-runner/templates/deployment.yaml @@ -64,9 +64,7 @@ spec: workingDir: /data env: - name: DOCKER_HOST - value: unix:///run/docker.sock - securityContext: - runAsUser: 0 + value: tcp://localhost:2375 volumeMounts: - name: runner-data mountPath: /data