mirror of
https://github.com/truenas/charts.git
synced 2026-05-11 11:06:11 +08:00
38 lines
587 B
YAML
38 lines
587 B
YAML
image:
|
|
repository: ghcr.io/onedr0p/qbittorrent
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.6.4
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
qbitConfig:
|
|
additionalEnvs: []
|
|
|
|
qbitNetwork:
|
|
webPort: 30024
|
|
btPort: 50413
|
|
useHttpsProbe: false
|
|
hostNetwork: false
|
|
|
|
qbitRunAs:
|
|
user: 568
|
|
group: 568
|
|
|
|
qbitStorage:
|
|
downloads:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: downloads
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
additionalStorages: []
|
|
|
|
notes:
|
|
custom: |
|
|
Default credentials are auto-generated and printed on the logs.
|