additional-values.yaml 492 B

123456789101112131415161718192021
  1. chiaConfig:
  2. additionalEnvs:
  3. - name: testnet
  4. value: true
  5. chiaStorage:
  6. data:
  7. type: hostPath
  8. hostPath: /mnt/{{ .Release.Name }}/data
  9. plots:
  10. type: hostPath
  11. hostPath: /mnt/{{ .Release.Name }}/plots
  12. additionalVolumes:
  13. - type: hostPath
  14. hostPath: /mnt/{{ .Release.Name }}/plots1
  15. isPlotDir: true
  16. mountPath: /plots1
  17. - type: hostPath
  18. hostPath: /mnt/{{ .Release.Name }}/random_mount
  19. isPlotDir: false
  20. mountPath: /random_mount