default_values.yaml 308 B

1234567891011121314151617
  1. image:
  2. repository: ghcr.io/chia-network/chia
  3. tag: 1.1.4
  4. pullPolicy: IfNotPresent
  5. updateStrategy: Recreate
  6. environmentVariables:
  7. - name: "keys"
  8. value: "/plots/keyfile"
  9. appVolumeMounts:
  10. staging:
  11. emptyDir: true
  12. mountPath: "/plots"
  13. data:
  14. emptyDir: true
  15. mountPath: "/root/.chia"