mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 10:30:37 +08:00
* Add qbittorrent to community train * add item.yaml * dummy commit * Add update strategy and update readme(s) * update common * switch to differnt permission logic
35 lines
536 B
YAML
35 lines
536 B
YAML
image:
|
|
repository: ghcr.io/onedr0p/qbittorrent
|
|
pullPolicy: IfNotPresent
|
|
tag: "4.5.2"
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
qbitConfig:
|
|
additionalEnvs: []
|
|
qbitNetwork:
|
|
webPort: 30000
|
|
btPort: 50413
|
|
hostNetwork: false
|
|
qbitRunAs:
|
|
user: 568
|
|
group: 568
|
|
qbitStorage:
|
|
downloads:
|
|
type: ixVolume
|
|
hostPath: ""
|
|
datasetName: downloads
|
|
config:
|
|
type: ixVolume
|
|
hostPath: ""
|
|
datasetName: config
|
|
|
|
notes:
|
|
custom: |
|
|
Default credentials:
|
|
- username: admin
|
|
- password: adminadmin
|