mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
14 lines
240 B
YAML
14 lines
240 B
YAML
image:
|
|
repository: ghcr.io/chia-network/chia
|
|
tag: 1.1.7
|
|
pullPolicy: IfNotPresent
|
|
updateStrategy: Recreate
|
|
|
|
appVolumeMounts:
|
|
staging:
|
|
emptyDir: true
|
|
mountPath: "/plots"
|
|
data:
|
|
emptyDir: true
|
|
mountPath: "/root/.chia"
|