Browse Source

x

dev-DXTZYK
somunslotus 1 year ago
parent
commit
53e725e821
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      k8s/template-yaml/deploy/k8s-7management.yaml
  2. +1
    -1
      k8s/template-yaml/k8s-7management.yaml

+ 3
- 3
k8s/template-yaml/deploy/k8s-7management.yaml View File

@@ -15,12 +15,12 @@ spec:
spec:
containers:
- name: ci4s-management-platform
image: 172.20.32.187/ci4s/ci4s-managent:202409201345
image: 172.20.32.187/ci4s/ci4s-managent:202409201350
env:
- name: TZ
value: Asia/Shanghai
- name: JAVA_TOOL_OPTIONS
value: -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=*:5005
value: "-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=*:5005"
ports:
- containerPort: 9213
volumeMounts:
@@ -45,7 +45,7 @@ spec:
- name: debug
nodePort: 34567
port: 5005
porttocol: TCP
portocol: TCP
targetPort: 5005
selector:
app: ci4s-management-platform


+ 1
- 1
k8s/template-yaml/k8s-7management.yaml View File

@@ -45,7 +45,7 @@ spec:
- name: debug
nodePort: 34567
port: 5005
portocol: TCP
protocol: TCP
targetPort: 5005
selector:
app: ci4s-management-platform


Loading…
Cancel
Save