Skip to content

Commit 135a3ed

Browse files
committed
.helm: try gateway
1 parent d5efca0 commit 135a3ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.helm/ecamp3/values.yaml.gotmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ securityContext: {}
221221
# runAsUser: 1000
222222

223223
ingress:
224-
enabled: {{ .Environment.Values | get "INGRESS_ENABLED" true }}
224+
enabled: {{ .Environment.Values | get "INGRESS_ENABLED" false }}
225225
basicAuth:
226226
enabled: {{ .Environment.Values | getOrNil "BASIC_AUTH_ENABLED" | default false }}
227227
username: {{ .Environment.Values | getOrNil "BASIC_AUTH_USERNAME" | quote }}
@@ -232,7 +232,7 @@ ingress:
232232
tls:
233233

234234
gateway:
235-
enabled: {{ .Environment.Values | get "GATEWAY_ENABLED" false }}
235+
enabled: {{ .Environment.Values | get "GATEWAY_ENABLED" true }}
236236
className: {{ .Environment.Values | get "GATEWAY_CLASS_NAME" "traefik" }}
237237
annotations: {}
238238

0 commit comments

Comments
 (0)