diff --git a/k8s/template-yaml/k8s-6system.yaml b/k8s/template-yaml/k8s-6system.yaml index cc17e5ea..725ffe9d 100644 --- a/k8s/template-yaml/k8s-6system.yaml +++ b/k8s/template-yaml/k8s-6system.yaml @@ -28,9 +28,15 @@ metadata: spec: type: NodePort ports: - - port: 9201 + - name: http + port: 9201 nodePort: 31207 protocol: TCP + - name: debug + nodePort: 31220 + port: 5005 + protocol: TCP + targetPort: 5005 selector: app: ci4s-system