31 lines
725 B
YAML
31 lines
725 B
YAML
---
|
|
# Source: qbittorrent/templates/http-route.yaml
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: http-route-qbittorrent
|
|
namespace: qbittorrent
|
|
labels:
|
|
app.kubernetes.io/name: http-route-qbittorrent
|
|
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:
|
|
- qbittorrent.alexlebens.net
|
|
rules:
|
|
- matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|
|
backendRefs:
|
|
- group: ''
|
|
kind: Service
|
|
name: qbittorrent
|
|
port: 8080
|
|
weight: 100
|