- appVolumeMounts:
- data:
- emptyDir: true
- mountPath: /data
- staging:
- emptyDir: true
- mountPath: /plots
- farmr_env: 'off'
- image:
- pullPolicy: IfNotPresent
- repository: ixsystems/chia-docker
- tag: v1.3.3
- service:
- farmerPort: 31122
- nodePort: 31121
- updateStrategy: Recreate
|