mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 03:39:20 +08:00
22 lines
492 B
YAML
22 lines
492 B
YAML
chiaConfig:
|
|
additionalEnvs:
|
|
- name: testnet
|
|
value: true
|
|
|
|
chiaStorage:
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/data
|
|
plots:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/plots
|
|
additionalVolumes:
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/plots1
|
|
isPlotDir: true
|
|
mountPath: /plots1
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/random_mount
|
|
isPlotDir: false
|
|
mountPath: /random_mount
|