Skip to content

Commit ea9f8dc

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 ea9f8dc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

charts/keycloakx/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: keycloakx
3-
version: 7.1.4
3+
version: 7.1.5
44
appVersion: 26.4.0
55
description: Keycloak.X - Open Source Identity and Access Management for Modern Applications and Services
66
keywords:

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)