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

Reviewed-on: #4239
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2026-02-25 22:29:06 +00:00

37 lines
864 B
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: 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