Skip to content

Commit d9427e9

Browse files
committed
fix: Removal of a default TLS for the Keycloak ingress on values file
Signed-off-by: Quentin <[email protected]>
1 parent f51a150 commit d9427e9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

charts/keycloakx/values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,10 @@ ingress:
305305
- path: '{{ tpl .Values.http.relativePath $ | trimSuffix "/" }}/'
306306
pathType: Prefix
307307
# TLS configuration
308-
tls:
309-
- hosts:
310-
- keycloak.example.com
311-
secretName: ""
308+
tls: []
309+
# - hosts:
310+
# - keycloak.example.com
311+
# secretName: ""
312312

313313
# ingress for console only (/auth/admin)
314314
console:
@@ -330,9 +330,9 @@ ingress:
330330

331331
# Console TLS configuration
332332
tls: []
333-
# - hosts:
334-
# - console.keycloak.example.com
335-
# secretName: ""
333+
# - hosts:
334+
# - console.keycloak.example.com
335+
# secretName: ""
336336

337337
## Network policy configuration
338338
# https://kubernetes.io/docs/concepts/services-networking/network-policies/

0 commit comments

Comments
 (0)