uptime kuma authentik ingress

This commit is contained in:
kisfenyo
2025-12-30 09:30:23 +01:00
parent c93e01e3b5
commit e31670fd6b
+6
View File
@@ -103,6 +103,12 @@ metadata:
# WebSocket support for real-time updates
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.authentik-system.svc.cluster.local/outpost.goauthentik.io/auth/nginx"
nginx.ingress.kubernetes.io/auth-signin: "https://auth.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;
labels:
app.kubernetes.io/instance: uptimekuma
app.kubernetes.io/name: uptimekuma