Files
chart/community/qbittorrent/1.0.0/ci/extra-env-values.yaml
2023-04-04 06:53:15 +00:00

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: ""