Browse Source

调试

dev-active_learn
chenzhihang 10 months ago
parent
commit
3b459d6960
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      k8s/template-yaml/k8s-6system.yaml

+ 5
- 1
k8s/template-yaml/k8s-6system.yaml View File

@@ -18,7 +18,11 @@ spec:
image: ${k8s-6system-image}
ports:
- containerPort: 9201

env:
- name: TZ
value: Asia/Shanghai
- name: JAVA_TOOL_OPTIONS
value: "-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=*:5005"
---
apiVersion: v1
kind: Service


Loading…
Cancel
Save