fix: apply rule for routing
All checks were successful
lint-test-helm / lint-helm (push) Successful in 40s
render-manifests-push / render-manifests-push (push) Successful in 1m52s
renovate / renovate (push) Successful in 3m30s

This commit is contained in:
2026-02-25 17:03:38 -06:00
parent 9ba91dd00b
commit 218cb6c9de
2 changed files with 9 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ spec:
address: http://ak-outpost-traefik-proxy-auth.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/traefik address: http://ak-outpost-traefik-proxy-auth.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/traefik
trustForwardHeader: true trustForwardHeader: true
authRequestHeaders: authRequestHeaders:
- X-Forwarded-Proto - X-Forwarded-Proto
authResponseHeaders: authResponseHeaders:
- Set-Cookie - Set-Cookie
- X-authentik-username - X-authentik-username

View File

@@ -82,6 +82,14 @@ sonarr-4k:
hostnames: hostnames:
- sonarr-4k.alexlebens.net - sonarr-4k.alexlebens.net
rules: rules:
- backendRefs:
- name: ak-outpost-traefik-proxy-auth
namespace: authentik
port: 9000
matches:
- path:
type: PathPrefix
value: /outpost.goauthentik.io
- backendRefs: - backendRefs:
- group: '' - group: ''
kind: Service kind: Service