zhong (钟鹏群) пре 2 недеља
родитељ
комит
4dbd210867
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      deployments/gogs-deployment.yaml

+ 2 - 0
deployments/gogs-deployment.yaml

@@ -43,6 +43,8 @@ spec:
         - containerPort: 3000
         - containerPort: 22
         env:
+        - name: DISABLE_SOCAT        # <-- 就这一行,解决所有问题
+          value: "true"
         - name: GOGS_SERVER_HTTP_ADDR
           value: "0.0.0.0"
         - name: GOGS_SERVER_HTTP_PORT