From 8ba94cbdef1e01669e324db410d0464118c824c9 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Mon, 9 Sep 2024 14:37:25 +0200
Subject: [PATCH] OZG-6665 Fix test

---
 src/test/helm/deployment_probes_test.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/test/helm/deployment_probes_test.yaml b/src/test/helm/deployment_probes_test.yaml
index b0b21391..3eecd342 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
-- 
GitLab