diff --git a/src/main/helm/templates/deployment.yaml b/src/main/helm/templates/deployment.yaml
index 2bebcaeb28b0b22578d5b4b70bb9f74fc27e8e2b..87244a81b7e17418780eb783641f4223494cf547 100644
--- a/src/main/helm/templates/deployment.yaml
+++ b/src/main/helm/templates/deployment.yaml
@@ -137,11 +137,14 @@ spec:
           - containerPort: 8080
             name: http
             protocol: TCP
+          - containerPort: 9002
+            name: management
+            protocol: TCP
         readinessProbe:
           failureThreshold: 3
           httpGet:
             path: /q/health/ready
-            port: 8080
+            port: management
             scheme: HTTP
           periodSeconds: 10
           successThreshold: 1
@@ -150,7 +153,7 @@ spec:
           failureThreshold: 10
           httpGet:
             path: /q/health/started
-            port: 8080
+            port: management
             scheme: HTTP
           initialDelaySeconds: 30
           periodSeconds: 10
@@ -161,7 +164,7 @@ spec:
           failureThreshold: 10
           httpGet:
             path: /q/health/started
-            port: 8080
+            port: management
             scheme: HTTP
           initialDelaySeconds: 15
           periodSeconds: 5