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
Branches
Tags
1 merge request!370Fixed the test
......@@ -37,7 +37,7 @@ upstream dashboard-service {
}
server {
listen 8080 default_server;
listen 80 default_server;
server_name _;
location = /basic_status {
......
......@@ -1010,7 +1010,10 @@ gatewayservice:
enabled: true
## @skip gatewayservice.fullnameOverride
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
## @param gatewayservice.replicaCount The number of replicas.
replicaCount: 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment