From db796459d894439c1fcbd715634ff55deeeedb52 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 21 Aug 2024 18:29:16 -0500 Subject: [PATCH] change ingress --- clusters/cl01tl/platform/authentik/templates/ingress.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/platform/authentik/templates/ingress.yaml b/clusters/cl01tl/platform/authentik/templates/ingress.yaml index 400136320..e5ce1265b 100644 --- a/clusters/cl01tl/platform/authentik/templates/ingress.yaml +++ b/clusters/cl01tl/platform/authentik/templates/ingress.yaml @@ -49,10 +49,10 @@ spec: - host: auth.alexlebens.net http: paths: - - path: / - pathType: Prefix - backend: + - backend: service: name: authentik-server port: - name: http + number: 80 + path: / + pathType: Prefix