Skip to content
Snippets Groups Projects
Verified Commit de72f347 authored by Martin Weise's avatar Martin Weise
Browse files

Need to use ClusterIP

parent e13e27c3
No related branches found
No related tags found
1 merge request!370Fixed the test
...@@ -37,7 +37,7 @@ upstream dashboard-service { ...@@ -37,7 +37,7 @@ upstream dashboard-service {
} }
server { server {
listen 8080 default_server; listen 80 default_server;
server_name _; server_name _;
location = /basic_status { location = /basic_status {
......
...@@ -1010,7 +1010,10 @@ gatewayservice: ...@@ -1010,7 +1010,10 @@ gatewayservice:
enabled: true enabled: true
## @skip gatewayservice.fullnameOverride ## @skip gatewayservice.fullnameOverride
fullnameOverride: gateway-service fullnameOverride: gateway-service
## @param gatewayservice.serverBlock The extra configuration for the reverse proxy service:
## @param gatewayservice.service.type The service type.
type: ClusterIP
## @param gatewayservice.existingServerBlockConfigmap The extra configuration for the reverse proxy
existingServerBlockConfigmap: gateway-service-config existingServerBlockConfigmap: gateway-service-config
## @param gatewayservice.replicaCount The number of replicas. ## @param gatewayservice.replicaCount The number of replicas.
replicaCount: 3 replicaCount: 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment