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

This reverts commit 2cafaf9b2700e090645405374c90439baa9384d9.
---
 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 f17a6896..32b0cf3e 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: 9002
+            targetPort: 8080
   - it: namespace selector should contain the namespace
     asserts:
       - contains:
-- 
GitLab