diff --git a/charts/keycloakx/values.yaml b/charts/keycloakx/values.yaml index 9460fed9..52f432ae 100644 --- a/charts/keycloakx/values.yaml +++ b/charts/keycloakx/values.yaml @@ -305,10 +305,10 @@ ingress: - path: '{{ tpl .Values.http.relativePath $ | trimSuffix "/" }}/' pathType: Prefix # TLS configuration - tls: - - hosts: - - keycloak.example.com - secretName: "" + tls: [] + # - hosts: + # - keycloak.example.com + # secretName: "" # ingress for console only (/auth/admin) console: @@ -330,9 +330,9 @@ ingress: # Console TLS configuration tls: [] -# - hosts: -# - console.keycloak.example.com -# secretName: "" + # - hosts: + # - console.keycloak.example.com + # secretName: "" ## Network policy configuration # https://kubernetes.io/docs/concepts/services-networking/network-policies/