From f32acdaff9fd723e7d4c7f1ae3b89b9188389fdc Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 12 Nov 2022 08:15:00 -0600 Subject: [PATCH] test --- longhorn-system/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/longhorn-system/templates/ingress.yaml b/longhorn-system/templates/ingress.yaml index 547ac5f..b40387d 100644 --- a/longhorn-system/templates/ingress.yaml +++ b/longhorn-system/templates/ingress.yaml @@ -6,7 +6,7 @@ metadata: kubernetes.io/ingress.class: nginx cert-manager.io/cluster-issuer: letsencrypt-production nginx.ingress.kubernetes.io/auth-url: http://ak-outpost-authentik-embedded-outpost.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-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; nginx.ingress.kubernetes.io/whitelist-source-range: "192.168.0.0/16"