diff --git a/manifests/protected-routes.yaml b/manifests/protected-routes.yaml index cdd4845..a1d4915 100644 --- a/manifests/protected-routes.yaml +++ b/manifests/protected-routes.yaml @@ -7,6 +7,12 @@ spec: entryPoints: - websecure routes: + - match: Host(`longhorn.solidish.dev`) && PathPrefix(`/outpost.goauthentik.io/`) + kind: Rule + services: + - name: ak-outpost-traefik-forwardauth + namespace: authentik + port: 9000 - match: Host(`longhorn.solidish.dev`) kind: Rule middlewares: @@ -28,6 +34,12 @@ spec: entryPoints: - websecure routes: + - match: Host(`hubble.solidish.dev`) && PathPrefix(`/outpost.goauthentik.io/`) + kind: Rule + services: + - name: ak-outpost-traefik-forwardauth + namespace: authentik + port: 9000 - match: Host(`hubble.solidish.dev`) kind: Rule middlewares: