diff --git a/deployment.yaml b/deployment.yaml index f943a27..4932df2 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -61,11 +61,13 @@ spec: selector: app: qms-server ports: - - protocol: TCP + - name: http-health + protocol: TCP port: 48104 targetPort: 48104 nodePort: 30100 - - protocol: TCP + - name: tcp-9999 + protocol: TCP port: 9999 targetPort: 9999 nodePort: 30194