test_values.yaml 290 B

12345678910111213141516
  1. appVolumeMounts:
  2. data:
  3. emptyDir: true
  4. mountPath: /data
  5. staging:
  6. emptyDir: true
  7. mountPath: /plots
  8. farmr_env: 'off'
  9. image:
  10. pullPolicy: IfNotPresent
  11. repository: ixsystems/chia-docker
  12. tag: v1.3.3
  13. service:
  14. farmerPort: 31122
  15. nodePort: 31121
  16. updateStrategy: Recreate