Files
chart/library/ix-dev/community/chia/values.yaml
Stavros Kois 275657f0c3 NAS-121031 / None / Add chia to community train (#1031)
* add chia to community train

* dummy commit

* add update_strategy
2023-03-20 17:34:29 +02:00

35 lines
583 B
YAML

image:
repository: ghcr.io/chia-network/chia
tag: "1.7.0"
pullPolicy: IfNotPresent
resources:
limits:
cpu: 4000m
memory: 8Gi
chiaNetwork:
chiaPort: 8444
farmerPort: 8447
chiaConfig:
# farmer-only | harvester | ""
service: ""
# farmer_address, farmer_port and ca. Only if sevice == harvester
farmer_address: ""
farmer_port: ""
ca: ""
full_node_peer: ""
additionalEnvs: []
chiaStorage:
data:
type: ixVolume
hostPath: ""
datasetName: data
plots:
type: ixVolume
hostPath: "/"
datasetName: plots
additionalVolumes: []