From 5ff7225f193b5f45021f2ee556c777f8a9feaa6a Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 21 Aug 2024 18:16:34 -0500 Subject: [PATCH] change test ingress --- clusters/cl01tl/platform/authentik/templates/ingress.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clusters/cl01tl/platform/authentik/templates/ingress.yaml b/clusters/cl01tl/platform/authentik/templates/ingress.yaml index 05a248403..400136320 100644 --- a/clusters/cl01tl/platform/authentik/templates/ingress.yaml +++ b/clusters/cl01tl/platform/authentik/templates/ingress.yaml @@ -44,8 +44,10 @@ spec: tls: - hosts: - auth.alexlebens.net + secretName: authentik-cl01tl-authentik-test rules: - - http: + - host: auth.alexlebens.net + http: paths: - path: / pathType: Prefix