From 56b9571d27b28970fda236822cd590e28cc6399c Mon Sep 17 00:00:00 2001 From: rohow Date: Thu, 22 Jan 2026 23:07:59 +0800 Subject: [PATCH] fix(gitea): clarify comment on bridge network mode to address MTU inconsistency --- apps/infra/devops/gitea/helmchart-actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/infra/devops/gitea/helmchart-actions.yaml b/apps/infra/devops/gitea/helmchart-actions.yaml index 990ec23..6854456 100644 --- a/apps/infra/devops/gitea/helmchart-actions.yaml +++ b/apps/infra/devops/gitea/helmchart-actions.yaml @@ -22,7 +22,7 @@ spec: container: require_docker: true docker_timeout: 300s - # 使用bridge网络模式,解决mtu问题 + # 使用bridge网络模式,解决新建任务临时网络mtu与主机不一致的问题 network: bridge dind: # 挂载dind docker配置文件,解决mtu带来的网络问题