2025-12-19 12:48:24 +01:00
|
|
|
---
|
|
|
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
|
|
|
kind: HTTPRoute
|
|
|
|
|
metadata:
|
|
|
|
|
name: sonarr-route
|
|
|
|
|
spec:
|
|
|
|
|
parentRefs:
|
|
|
|
|
- name: internal
|
|
|
|
|
namespace: kube-system
|
2026-01-28 14:12:02 +01:00
|
|
|
sectionName: https
|
2025-12-19 12:48:24 +01:00
|
|
|
hostnames:
|
2026-01-28 09:47:24 +01:00
|
|
|
- "sonarr.wheatley.in"
|
2025-12-19 12:48:24 +01:00
|
|
|
rules:
|
|
|
|
|
- backendRefs:
|
|
|
|
|
- name: sonarr
|
|
|
|
|
port: 80
|
|
|
|
|
|