Browse Source

x

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

+ 2
- 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:202409201350
image: 172.20.32.187/ci4s/ci4s-managent:202409201352
env: env:
- name: TZ - name: TZ
value: Asia/Shanghai value: Asia/Shanghai
@@ -45,7 +45,7 @@ spec:
- name: debug - name: debug
nodePort: 34567 nodePort: 34567
port: 5005 port: 5005
portocol: TCP
protocol: TCP
targetPort: 5005 targetPort: 5005
selector: selector:
app: ci4s-management-platform app: ci4s-management-platform


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

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


Loading…
Cancel
Save