1234567891011121314151617 |
- image:
- repository: ghcr.io/chia-network/chia
- tag: 1.1.4
- pullPolicy: IfNotPresent
- updateStrategy: Recreate
- environmentVariables:
- - name: "keys"
- value: "/plots/keyfile"
- appVolumeMounts:
- staging:
- emptyDir: true
- mountPath: "/plots"
- data:
- emptyDir: true
- mountPath: "/root/.chia"
|