mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 02:20:15 +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
18 lines
305 B
YAML
18 lines
305 B
YAML
qbitNetwork:
|
|
webPort: 31000
|
|
btPort: 32444
|
|
|
|
qbitRunAs:
|
|
user: 1000
|
|
group: 1000
|
|
|
|
qbitStorage:
|
|
downloads:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/downloads
|
|
datasetName: ""
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/config
|
|
datasetName: ""
|