From b2b8b7d997121e85aeb729db5ff2e4fadb693188 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Wed, 25 Feb 2026 16:18:23 +0900 Subject: [PATCH] Use host network for job containers to fix TLS handshake DinD bridge network causes gnutls_handshake failure even with correct MTU. Use host network mode so job containers share the pod network stack directly. Co-Authored-By: Claude Opus 4.6 --- gitea-runner/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea-runner/deployment.yaml b/gitea-runner/deployment.yaml index a4a37e8..a8e779b 100644 --- a/gitea-runner/deployment.yaml +++ b/gitea-runner/deployment.yaml @@ -25,7 +25,7 @@ data: - "ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04" - "self-hosted:host" container: - network: "" + network: "host" privileged: false options: valid_volumes: []