extra-env-values.yaml 393 B

1234567891011121314151617181920
  1. qbitConfig:
  2. additionalEnvs:
  3. - name: "TESTVAR"
  4. value: "SOMEVALUE"
  5. - name: "TESTVAR2"
  6. value: "SOMEVALUE2"
  7. qbitNetwork:
  8. webPort: 31000
  9. btPort: 32444
  10. qbitStorage:
  11. downloads:
  12. type: hostPath
  13. hostPath: /mnt/{{ .Release.Namespace }}/downloads
  14. datasetName: ""
  15. config:
  16. type: hostPath
  17. hostPath: /mnt/{{ .Release.Namespace }}/config
  18. datasetName: ""