--- # 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