kubernetes/k8s-wheatley/qbittorrent/ingress.yaml

16 lines
309 B
YAML

---
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: qbittorrent-route
spec:
parentRefs:
- name: internal
namespace: kube-system
sectionName: https
hostnames:
- "download.wheatley.in"
rules:
- backendRefs:
- name: qbittorrent
port: 80