mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
35 lines
515 B
YAML
35 lines
515 B
YAML
# 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
|