summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-09-19 15:50:16 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-10-27 13:17:59 +0200
commited454bf3a95d57b4aee7278af7fd279d24056658 (patch)
tree24e901c3a93d3a86507366b381378dcc2a1b4e38
parent5e4cc29d0fc5f3910ea10ed6146316197f9661b2 (diff)
Update TLS config for keycloak
-rw-r--r--data.d/k3s-master/manifests.d/tyilnet/auth-system/keycloak/helm-chart.yaml5
1 files changed, 1 insertions, 4 deletions
diff --git a/data.d/k3s-master/manifests.d/tyilnet/auth-system/keycloak/helm-chart.yaml b/data.d/k3s-master/manifests.d/tyilnet/auth-system/keycloak/helm-chart.yaml
index 28324a1..bfa00c1 100644
--- a/data.d/k3s-master/manifests.d/tyilnet/auth-system/keycloak/helm-chart.yaml
+++ b/data.d/k3s-master/manifests.d/tyilnet/auth-system/keycloak/helm-chart.yaml
@@ -34,10 +34,7 @@ spec:
ingress:
enabled: true
certManager: true
- tls:
- - secretName: tls-nl.tyil.keycloak
- hosts:
- - keycloak.tyil.nl
+ tls: true
hostname: keycloak.tyil.nl
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-production"