Browse Source

调试

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

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

@@ -28,9 +28,15 @@ metadata:
spec: spec:
type: NodePort type: NodePort
ports: ports:
- port: 9201
- name: http
port: 9201
nodePort: 31207 nodePort: 31207
protocol: TCP protocol: TCP
- name: debug
nodePort: 31220
port: 5005
protocol: TCP
targetPort: 5005
selector: selector:
app: ci4s-system app: ci4s-system



Loading…
Cancel
Save