Files
chart/library/ix-dev/community/chia/values.yaml
Stavros Kois 85d2fab14d NAS-122030 / 23.10 / Adds check to only render hostPath key if it has a value (#1210)
* Remove hostPath key from values.yaml

* Add migrations

* bump

* rename migration files and make it safer

* fix wrongly nested dict
2023-05-30 16:23:29 +03:00

27 lines
440 B
YAML

image:
repository: ghcr.io/chia-network/chia
tag: 1.8.1
pullPolicy: IfNotPresent
resources:
limits:
cpu: 4000m
memory: 8Gi
chiaNetwork:
chiaPort: 8444
farmerPort: 8447
chiaConfig:
service: ''
farmer_address: ''
farmer_port: 0
ca: ''
full_node_peer: ''
additionalEnvs: []
chiaStorage:
data:
type: ixVolume
datasetName: data
plots:
type: ixVolume
datasetName: plots
additionalVolumes: []