Browse Source

x

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

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

@@ -15,7 +15,7 @@ spec:
spec: spec:
containers: containers:
- name: ci4s-management-platform - name: ci4s-management-platform
image: 172.20.32.187/ci4s/ci4s-managent:202409201352
image: 172.20.32.187/ci4s/ci4s-managent:202409201355
env: env:
- name: TZ - name: TZ
value: Asia/Shanghai value: Asia/Shanghai
@@ -39,7 +39,8 @@ metadata:
spec: spec:
type: NodePort type: NodePort
ports: ports:
- port: 9213
- name: http
port: 9213
nodePort: 31208 nodePort: 31208
protocol: TCP protocol: TCP
- name: debug - name: debug


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

@@ -44,7 +44,7 @@ spec:
nodePort: 31208 nodePort: 31208
protocol: TCP protocol: TCP
- name: debug - name: debug
nodePort: 34567
nodePort: 31219
port: 5005 port: 5005
protocol: TCP protocol: TCP
targetPort: 5005 targetPort: 5005


Loading…
Cancel
Save