values.yaml 473 B

12345678910111213141516171819202122232425262728
  1. image:
  2. repository: ghcr.io/chia-network/chia
  3. tag: 1.8.0
  4. pullPolicy: IfNotPresent
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. chiaNetwork:
  10. chiaPort: 8444
  11. farmerPort: 8447
  12. chiaConfig:
  13. service: ''
  14. farmer_address: ''
  15. farmer_port: 0
  16. ca: ''
  17. full_node_peer: ''
  18. additionalEnvs: []
  19. chiaStorage:
  20. data:
  21. type: ixVolume
  22. hostPath: ''
  23. datasetName: data
  24. plots:
  25. type: ixVolume
  26. hostPath: /
  27. datasetName: plots
  28. additionalVolumes: []