basic-values.yaml 305 B

1234567891011121314151617
  1. qbitNetwork:
  2. webPort: 31000
  3. btPort: 32444
  4. qbitRunAs:
  5. user: 1000
  6. group: 1000
  7. qbitStorage:
  8. downloads:
  9. type: hostPath
  10. hostPath: /mnt/{{ .Release.Namespace }}/downloads
  11. datasetName: ""
  12. config:
  13. type: hostPath
  14. hostPath: /mnt/{{ .Release.Namespace }}/config
  15. datasetName: ""