diff --git a/src/main/helm/templates/service.yaml b/src/main/helm/templates/service.yaml index dd175e4b848bd56b7cb19f226b3b45e65582f8b3..9f92dffa9d5773601c954c751bbaa2de7bd79e0d 100644 --- a/src/main/helm/templates/service.yaml +++ b/src/main/helm/templates/service.yaml @@ -39,6 +39,9 @@ spec: - name: http port: 8080 protocol: TCP + - name: management + port: 9002 + protocol: TCP selector: {{- include "app.matchLabels" . | indent 4 }} component: user-manager