From f17aeb904e90ffe6a415edfd3898a5f675e5ba80 Mon Sep 17 00:00:00 2001 From: chenzhihang <709011834@qq.com> Date: Mon, 17 Mar 2025 11:29:08 +0800 Subject: [PATCH] =?UTF-8?q?label=20studio=E5=AF=BC=E5=87=BA=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/template-yaml/k8s-7management.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/k8s/template-yaml/k8s-7management.yaml b/k8s/template-yaml/k8s-7management.yaml index 57088d5d..b87c1b10 100644 --- a/k8s/template-yaml/k8s-7management.yaml +++ b/k8s/template-yaml/k8s-7management.yaml @@ -23,6 +23,10 @@ spec: value: Asia/Shanghai - name: JAVA_TOOL_OPTIONS value: "-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=*:5005" + - name: HTTP_PROXY + value: "http://172.20.32.253:3128" + - name: HTTPS_PROXY + value: "http://172.20.32.253:3128" ports: - containerPort: 9213 volumeMounts: