mirror of
https://github.com/truenas/charts.git
synced 2026-06-14 22:25:57 +08:00
* Add additional storage for qbittorrent Add additional storage for qbittorrent Fix Revert "Add additional storage for qbittorrent" This reverts commit 0186aba1581348f3b1e7ec00961ecc25f1123526. * bump common and update ci-values --------- Co-authored-by: Stavros kois <s.kois@outlook.com>
22 lines
351 B
YAML
22 lines
351 B
YAML
qbitConfig:
|
|
additionalEnvs:
|
|
- name: "TESTVAR"
|
|
value: "SOMEVALUE"
|
|
- name: "TESTVAR2"
|
|
value: "SOMEVALUE2"
|
|
|
|
qbitNetwork:
|
|
webPort: 31000
|
|
btPort: 32444
|
|
|
|
qbitStorage:
|
|
downloads:
|
|
type: pvc
|
|
config:
|
|
type: pvc
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /action_movies
|
|
- type: pvc
|
|
mountPath: /adventure_movies
|