Files
infrastructure/clusters/cl01tl/manifests/qbittorrent/HTTPRoute-http-route-qui.yml

31 lines
703 B
YAML

---
# Source: qbittorrent/templates/http-route.yaml
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: http-route-qui
namespace: qbittorrent
labels:
app.kubernetes.io/name: http-route-qui
app.kubernetes.io/instance: qbittorrent
app.kubernetes.io/part-of: qbittorrent
spec:
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
hostnames:
- qui.alexlebens.net
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- group: ''
kind: Service
name: qbittorrent-qui
port: 80
weight: 100