feat: Add qBittorrent
This commit is contained in:
parent
c5e4a03a08
commit
86d4dc8758
9 changed files with 270 additions and 0 deletions
16
k8s-wheatley/qbittorrent/ingress.yaml
Normal file
16
k8s-wheatley/qbittorrent/ingress.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue