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