From cccb2ae8c2d14ac02dcd8b86045b56dda63f4191 Mon Sep 17 00:00:00 2001 From: chenzhihang <709011834@qq.com> Date: Thu, 22 May 2025 16:28:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/template-yaml/k8s-5auth.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/k8s/template-yaml/k8s-5auth.yaml b/k8s/template-yaml/k8s-5auth.yaml index d47f46c9..7eb52eaf 100644 --- a/k8s/template-yaml/k8s-5auth.yaml +++ b/k8s/template-yaml/k8s-5auth.yaml @@ -18,6 +18,11 @@ spec: image: ${k8s-5auth-image} ports: - containerPort: 9200 + env: + - name: TZ + value: Asia/Shanghai + - name: JAVA_TOOL_OPTIONS + value: "-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=*:5005" --- apiVersion: v1