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