diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6184a98ceaf5f3b2aed03dbea394d3706d87f35c..510aff1d055926e86c4469bdcfab83b3e9d1b506 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 d45f05551732c2aed1ea0537be0dbf59acf15782..c6393c60ca9b87f2bc345dd58cf20cbe8720e1b0 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.