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

WIP

parent e8f260d7
No related branches found
No related tags found
1 merge request!370Fixed the test
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:
name: gateway-service-setup name: gateway-service-config
namespace: {{ include "common.names.namespace" . | quote }} namespace: {{ include "common.names.namespace" . | quote }}
data: data:
{{ (.Files.Glob "files/dbrepo.conf").AsConfig | nindent 2 }} {{ (.Files.Glob "files/dbrepo.conf").AsConfig | nindent 2 }}
......
...@@ -1011,7 +1011,7 @@ gatewayservice: ...@@ -1011,7 +1011,7 @@ gatewayservice:
## @skip gatewayservice.fullnameOverride ## @skip gatewayservice.fullnameOverride
fullnameOverride: gateway-service fullnameOverride: gateway-service
## @param gatewayservice.serverBlock The extra configuration for the reverse proxy ## @param gatewayservice.serverBlock The extra configuration for the reverse proxy
existingServerBlockConfigmap: gateway-service-setup 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