File tree 2 files changed +9
-1
lines changed
kubernetes/apps/production
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
namespace : arr
6
6
annotations :
7
7
nginx.ingress.kubernetes.io/auth-url : |-
8
- http://ak-outpost-proxy .authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx
8
+ http://ak-outpost-authentik-embedded-outpost .authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx
9
9
nginx.ingress.kubernetes.io/auth-signin : |-
10
10
https://radarr.local.mafyuh.dev/outpost.goauthentik.io/start?rd=$escaped_request_uri
11
11
nginx.ingress.kubernetes.io/auth-response-headers : |-
18
18
- host : " radarr.local.mafyuh.dev"
19
19
http :
20
20
paths :
21
+ - path : /outpost.goauthentik.io
22
+ pathType : Prefix
23
+ backend :
24
+ service :
25
+ name : authentik-server
26
+ port :
27
+ number : 80
21
28
- path : /
22
29
pathType : Prefix
23
30
backend :
Original file line number Diff line number Diff line change 20
20
config :
21
21
annotations-risk-level : " Critical"
22
22
enable-annotation-validation : false
23
+ strict-validate-path-type : false
23
24
service :
24
25
type : LoadBalancer
You can’t perform that action at this time.
0 commit comments