Browse Source

测试登录

pull/268/head
chenzhihang 8 months ago
parent
commit
cccb2ae8c2
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      k8s/template-yaml/k8s-5auth.yaml

+ 5
- 0
k8s/template-yaml/k8s-5auth.yaml View File

@@ -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


Loading…
Cancel
Save