1234567891011121314151617 |
- qbitNetwork:
- webPort: 31000
- btPort: 32444
- qbitRunAs:
- user: 1000
- group: 1000
- qbitStorage:
- downloads:
- type: hostPath
- hostPath: /mnt/{{ .Release.Namespace }}/downloads
- datasetName: ""
- config:
- type: hostPath
- hostPath: /mnt/{{ .Release.Namespace }}/config
- datasetName: ""
|