added port 9000 to ingress

This commit is contained in:
kisfenyo
2025-12-30 10:01:29 +01:00
parent 852242a94c
commit c2a31a27fe
+1 -1
View File
@@ -104,7 +104,7 @@ metadata:
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600" nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600" nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
# Authentik proxy authentication # Authentik proxy authentication
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-url: "http://ak-outpost-uptimekuma-outpost.auth-system.svc.cluster.local:9000/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-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-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: | nginx.ingress.kubernetes.io/auth-snippet: |