From 7867f905f06aab0c784d23937fa0d5ef23e7df28 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 3 Jul 2025 16:56:59 +1000 Subject: [PATCH] Specify wildcard cert --- deployments/auth/authentik.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deployments/auth/authentik.yaml b/deployments/auth/authentik.yaml index f143fa5..e71e874 100644 --- a/deployments/auth/authentik.yaml +++ b/deployments/auth/authentik.yaml @@ -40,3 +40,7 @@ spec: ingress: annotations: external-dns.alpha.kubernetes.io/hostname: auth.hxme.net + tls: + - secretName: wildcard-hxme-net + hosts: + - auth.hxme.net