From 065dc73fd7c656c76cb3cda1d8c12a1acc5ab6c5 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 27 Nov 2022 15:15:44 +0000 Subject: [PATCH] Update switch01.yaml --- internalproxy/templates/switch01.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internalproxy/templates/switch01.yaml b/internalproxy/templates/switch01.yaml index 9db16ff..b3d4a95 100644 --- a/internalproxy/templates/switch01.yaml +++ b/internalproxy/templates/switch01.yaml @@ -39,11 +39,11 @@ metadata: 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://switch01.internal.durp.info/outpost.goauthentik.io/start?rd=$escaped_request_uri + https://switch01.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 + 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; + proxy_set_header X-Forwarded-Host $http_host; spec: rules: - host: switch01.internal.durp.info @@ -58,5 +58,5 @@ spec: number: 8006 tls: - hosts: - - overlord.internal.durp.info + - switch01.internal.durp.info secretName: overlord-tls