From 852242a94cb171bcca76bc5afb60bc393906341e Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Tue, 30 Dec 2025 09:49:57 +0100 Subject: [PATCH] created dedicated outpost --- uptimekuma-system/uptimekuma.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uptimekuma-system/uptimekuma.yaml b/uptimekuma-system/uptimekuma.yaml index 3d191cc..0135640 100644 --- a/uptimekuma-system/uptimekuma.yaml +++ b/uptimekuma-system/uptimekuma.yaml @@ -104,8 +104,8 @@ metadata: nginx.ingress.kubernetes.io/proxy-read-timeout: "3600" nginx.ingress.kubernetes.io/proxy-send-timeout: "3600" # Authentik proxy authentication - nginx.ingress.kubernetes.io/auth-url: "http://authentik-server.auth-system.svc.cluster.local/outpost.goauthentik.io/auth/nginx" - nginx.ingress.kubernetes.io/auth-signin: "https://authentik.dooplex.hu/outpost.goauthentik.io/start?rd=$escaped_request_uri" + nginx.ingress.kubernetes.io/auth-url: "http://ak-outpost-uptimekuma-outpost.auth-system.svc.cluster.local/outpost.goauthentik.io/auth/nginx" + nginx.ingress.kubernetes.io/auth-signin: "https://uptimekuma.dooplex.hu/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;