We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5efca0 commit 135a3edCopy full SHA for 135a3ed
1 file changed
.helm/ecamp3/values.yaml.gotmpl
@@ -221,7 +221,7 @@ securityContext: {}
221
# runAsUser: 1000
222
223
ingress:
224
- enabled: {{ .Environment.Values | get "INGRESS_ENABLED" true }}
+ enabled: {{ .Environment.Values | get "INGRESS_ENABLED" false }}
225
basicAuth:
226
enabled: {{ .Environment.Values | getOrNil "BASIC_AUTH_ENABLED" | default false }}
227
username: {{ .Environment.Values | getOrNil "BASIC_AUTH_USERNAME" | quote }}
@@ -232,7 +232,7 @@ ingress:
232
tls:
233
234
gateway:
235
- enabled: {{ .Environment.Values | get "GATEWAY_ENABLED" false }}
+ enabled: {{ .Environment.Values | get "GATEWAY_ENABLED" true }}
236
className: {{ .Environment.Values | get "GATEWAY_CLASS_NAME" "traefik" }}
237
annotations: {}
238
0 commit comments