mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +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
15 lines
286 B
YAML
15 lines
286 B
YAML
qbitNetwork:
|
|
webPort: 30000
|
|
btPort: 32555
|
|
hostNetwork: true
|
|
|
|
qbitStorage:
|
|
downloads:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/downloads
|
|
datasetName: ""
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/config
|
|
datasetName: ""
|