From e9fb0566b01dd05b6edec6fe2f891fa498f47c3f Mon Sep 17 00:00:00 2001 From: Cloud User Date: Wed, 25 Feb 2026 16:31:21 +0900 Subject: [PATCH] Fix Job container MTU: use bridge network instead of per-job network act_runner creates a custom Docker network per job which doesn't inherit the --mtu=1340 setting. Using the default bridge network ensures job containers use the correct MTU matching pod network. 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..998df36 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: "bridge" privileged: false options: valid_volumes: []