Files
infrastructure/clusters/cl01tl/manifests/sonarr-4k/HTTPRoute-sonarr-4k.yaml
gitea-bot f0652b44a9 Automated Manifest Update (#4243)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #4243
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2026-02-25 23:28:26 +00:00

48 lines
1.1 KiB
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: sonarr-4k
labels:
app.kubernetes.io/instance: sonarr-4k
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: sonarr-4k
helm.sh/chart: sonarr-4k-4.6.2
namespace: sonarr-4k
spec:
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
hostnames:
- "sonarr-4k.alexlebens.net"
rules:
- backendRefs:
- group: ""
kind: Service
name: ak-outpost-traefik-proxy-auth
namespace: authentik
port: 9000
weight: 100
matches:
- path:
type: PathPrefix
value: /outpost.goauthentik.io
- backendRefs:
- group: ""
kind: Service
name: sonarr-4k
namespace: sonarr-4k
port: 80
weight: 100
matches:
- path:
type: PathPrefix
value: /
filters:
- extensionRef:
group: traefik.io
kind: Middleware
name: oidc-forward-auth
type: ExtensionRef