From 2bd63838c2ceec5aeb20bbce4c2de817d5593b8e Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 12 Nov 2022 07:43:09 -0600 Subject: [PATCH] test --- longhorn-system/templates/ingress.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/longhorn-system/templates/ingress.yaml b/longhorn-system/templates/ingress.yaml index 6040e71..b89120c 100644 --- a/longhorn-system/templates/ingress.yaml +++ b/longhorn-system/templates/ingress.yaml @@ -5,7 +5,7 @@ metadata: annotations: kubernetes.io/ingress.class: nginx cert-manager.io/cluster-issuer: letsencrypt-production - nginx.ingress.kubernetes.io/auth-url: http://ak-outpost-example.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx + nginx.ingress.kubernetes.io/auth-url: http://authentik.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx nginx.ingress.kubernetes.io/auth-signin: https://longhorn.internal.durp.info//outpost.goauthentik.io/start?rd=$escaped_request_uri nginx.ingress.kubernetes.io/auth-response-headers: Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid nginx.ingress.kubernetes.io/auth-snippet: proxy_set_header X-Forwarded-Host $http_host; @@ -24,8 +24,8 @@ spec: number: 80 - path: /outpost.goauthentik.io backend: - serviceName: ak-outpost-example-outpost - servicePort: 9000 + serviceName: authentik.authentik + servicePort: 9100 tls: - hosts: - longhorn.internal.durp.info