Skip to content

Commit bcfa08a

Browse files
committedFeb 17, 2025
test authentik
1 parent 0ea3d92 commit bcfa08a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

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

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: arr
66
annotations:
77
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
99
nginx.ingress.kubernetes.io/auth-signin: |-
1010
https://radarr.local.mafyuh.dev/outpost.goauthentik.io/start?rd=$escaped_request_uri
1111
nginx.ingress.kubernetes.io/auth-response-headers: |-
@@ -18,6 +18,13 @@ spec:
1818
- host: "radarr.local.mafyuh.dev"
1919
http:
2020
paths:
21+
- path: /outpost.goauthentik.io
22+
pathType: Prefix
23+
backend:
24+
service:
25+
name: authentik-server
26+
port:
27+
number: 80
2128
- path: /
2229
pathType: Prefix
2330
backend:

‎kubernetes/apps/production/nginx/helmrelease.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ spec:
2020
config:
2121
annotations-risk-level: "Critical"
2222
enable-annotation-validation: false
23+
strict-validate-path-type: false
2324
service:
2425
type: LoadBalancer

0 commit comments

Comments
 (0)
Please sign in to comment.