mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
18 lines
308 B
YAML
18 lines
308 B
YAML
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"
|
|
|