mirror of
https://github.com/truenas/charts.git
synced 2026-06-28 00:06:45 +08:00
21 lines
393 B
YAML
21 lines
393 B
YAML
qbitConfig:
|
|
additionalEnvs:
|
|
- name: "TESTVAR"
|
|
value: "SOMEVALUE"
|
|
- name: "TESTVAR2"
|
|
value: "SOMEVALUE2"
|
|
|
|
qbitNetwork:
|
|
webPort: 31000
|
|
btPort: 32444
|
|
|
|
qbitStorage:
|
|
downloads:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/downloads
|
|
datasetName: ""
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/config
|
|
datasetName: ""
|