diff --git a/src/test/helm/deployment_probes_test.yaml b/src/test/helm/deployment_probes_test.yaml
index b0b21391ef3675e497828239825c412782eeaa6b..3eecd34268d7a60c3898d846df6d42a49f4b3a63 100644
--- a/src/test/helm/deployment_probes_test.yaml
+++ b/src/test/helm/deployment_probes_test.yaml
@@ -53,7 +53,7 @@ tests:
             failureThreshold: 10
             httpGet:
               path: /q/health/started
-              port: 8080
+              port: management
               scheme: HTTP
             initialDelaySeconds: 15
             periodSeconds: 5
@@ -72,7 +72,7 @@ tests:
             failureThreshold: 3
             httpGet:
               path: /q/health/ready
-              port: 8080
+              port: management
               scheme: HTTP
             periodSeconds: 10
             successThreshold: 1
@@ -86,7 +86,7 @@ tests:
             failureThreshold: 10
             httpGet:
               path: /q/health/started
-              port: 8080
+              port: management
               scheme: HTTP
             initialDelaySeconds: 30
             periodSeconds: 10