From 2cafaf9b2700e090645405374c90439baa9384d9 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Mon, 9 Sep 2024 16:14:24 +0200
Subject: [PATCH] OZG-6665 Adjust helm test

---
 src/test/helm/service_monitor_test.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/helm/service_monitor_test.yaml b/src/test/helm/service_monitor_test.yaml
index 32b0cf3e..f17a6896 100644
--- a/src/test/helm/service_monitor_test.yaml
+++ b/src/test/helm/service_monitor_test.yaml
@@ -71,7 +71,7 @@ tests:
             interval: 30s
             path: /q/metrics
             scheme: http
-            targetPort: 8080
+            targetPort: 9002
   - it: namespace selector should contain the namespace
     asserts:
       - contains:
-- 
GitLab