From 8a1bd618f61c83f9e8d4b49e20c2e6763c8d6fc5 Mon Sep 17 00:00:00 2001
From: baloola <baloola-mu@hotmail.com>
Date: Thu, 7 Apr 2022 15:09:50 +0200
Subject: [PATCH] test postforwarding

---
 testing/run_integration_test.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testing/run_integration_test.sh b/testing/run_integration_test.sh
index 610dd03..6110f7e 100755
--- a/testing/run_integration_test.sh
+++ b/testing/run_integration_test.sh
@@ -52,7 +52,8 @@ kubectl exec deployment/my-helm-release-ingestor -- ls /var/ingestor/success > s
 kubectl exec deployment/my-helm-release-ingestor -- ls /var/ingestor/fail > failure_list.csv
 
 # client testing
-wget http://docker:80
+kubectl port-forward svc/my-helm-release-client 80:80
+wget http://localhost:80
 
 docker run --name cypress --network host -v ${PWD}:/mnt/ --rm -t --user 1000:1000 cypress/browsers:node16.14.0-slim-chrome99-ff97 bash -c "cd /mnt && npm ci && npm run e2e"
 # fetch logs for ingestor tests
-- 
GitLab