chore: Add qBittorrent Helm chart with deployment, service, ingress, and values files

This commit is contained in:
sha
2026-04-11 13:03:37 +03:00
parent bff7d9efd8
commit c2fb3b646b
5 changed files with 154 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
# Default values for qBittorrent Helm Chart
image:
repository: lscr.io/linuxserver/qbittorrent
pullPolicy: IfNotPresent
webuiPort: 8080
torrentPort: 6881
env:
PUID: "1001"
PGID: "1001"
TZ: "Europe/Kyiv"
resources:
requests:
cpu: "100m"
memory: "256Mi"
limits:
cpu: "2"
memory: "2Gi"
volumes:
config:
hostPath: ""
downloads:
hostPath: ""
ingresses: {}
# https:
# host: dl.example.com
# annotations: {}
# tls:
# - hosts:
# - dl.example.com