From d36243ae9c7ccbfac9bf1e47f70caa61b13d8164 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Mon, 30 Dec 2024 21:05:03 +0100
Subject: [PATCH] Updated ports

---
 .gitlab-ci.yml          | 1 -
 helm/dbrepo/values.yaml | 5 +++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6184a98cea..510aff1d05 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -189,7 +189,6 @@ deploy-staging:
     refs:
       - dev
       - master
-  when: manual
 
 test-metadata-service:
   image: maven:3-openjdk-${JAVA_VERSION}
diff --git a/helm/dbrepo/values.yaml b/helm/dbrepo/values.yaml
index d45f055517..c6393c60ca 100644
--- a/helm/dbrepo/values.yaml
+++ b/helm/dbrepo/values.yaml
@@ -1013,6 +1013,11 @@ gatewayservice:
   service:
     ## @param gatewayservice.service.type The service type.
     type: ClusterIP
+    ports:
+      ## @param gatewayservice.service.ports.http The port for HTTP traffic.
+      http: 8080
+      ## @param gatewayservice.service.ports.https The port for HTTPS traffic.
+      https: 8443
   ## @param gatewayservice.existingServerBlockConfigmap The extra configuration for the reverse proxy
   existingServerBlockConfigmap: gateway-service-config
   ## @param gatewayservice.replicaCount The number of replicas.
-- 
GitLab