Skip to content

Commit d5fe2cf

Browse files
committedFeb 16, 2025
update radarr ingress
1 parent 1f731db commit d5fe2cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎kubernetes/apps/production/arr/radarr/ingress.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ metadata:
55
namespace: arr
66
annotations:
77
nginx.ingress.kubernetes.io/auth-url: |-
8-
https://ak-outpost-authentik-embedded-outpost.authentik.svc.cluster.local:9443/outpost.goauthentik.io/auth/nginx
8+
http://ak-outpost-authentik-embedded-outpost.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx
99
nginx.ingress.kubernetes.io/auth-signin: |-
10-
https://radarr.local.mafyuh.dev/outpost.goauthentik.io/start?rd=$escaped_request_uri
10+
https://radarr.local.mafyuh.dev/outpost.goauthentik.io/start?rd=$scheme://$http_host$escaped_request_uri
1111
nginx.ingress.kubernetes.io/auth-response-headers: |-
12-
Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid
12+
Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-entitlements,X-authentik-email,X-authentik-name,X-authentik-uid
1313
nginx.ingress.kubernetes.io/auth-snippet: |
14-
proxy_set_header X-Forwarded-Host $http_host;
14+
proxy_set_header X-Forwarded-Host $http_host;
1515
spec:
1616
ingressClassName: nginx
1717
rules:

0 commit comments

Comments
 (0)
Please sign in to comment.