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


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

@@ -39,7 +39,8 @@ metadata:
spec:
type: NodePort
ports:
- port: 9213
- name: http
port: 9213
nodePort: 31208
protocol: TCP
- name: debug


Loading…
Cancel
Save