update radarr ingress
This commit is contained in:
parent
1f731dbee9
commit
d5fe2cf7f6
1 changed files with 4 additions and 4 deletions
|
@ -5,13 +5,13 @@ metadata:
|
||||||
namespace: arr
|
namespace: arr
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/auth-url: |-
|
nginx.ingress.kubernetes.io/auth-url: |-
|
||||||
https://ak-outpost-authentik-embedded-outpost.authentik.svc.cluster.local:9443/outpost.goauthentik.io/auth/nginx
|
http://ak-outpost-authentik-embedded-outpost.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx
|
||||||
nginx.ingress.kubernetes.io/auth-signin: |-
|
nginx.ingress.kubernetes.io/auth-signin: |-
|
||||||
https://radarr.local.mafyuh.dev/outpost.goauthentik.io/start?rd=$escaped_request_uri
|
https://radarr.local.mafyuh.dev/outpost.goauthentik.io/start?rd=$scheme://$http_host$escaped_request_uri
|
||||||
nginx.ingress.kubernetes.io/auth-response-headers: |-
|
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-entitlements,X-authentik-email,X-authentik-name,X-authentik-uid
|
||||||
nginx.ingress.kubernetes.io/auth-snippet: |
|
nginx.ingress.kubernetes.io/auth-snippet: |
|
||||||
proxy_set_header X-Forwarded-Host $http_host;
|
proxy_set_header X-Forwarded-Host $http_host;
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
|
|
Reference in a new issue