Files
chart/library/ix-dev/community/ipfs/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

26 lines
402 B
YAML

image:
repository: ipfs/kubo
pullPolicy: IfNotPresent
tag: v0.20.0
resources:
limits:
cpu: 4000m
memory: 8Gi
ipfsConfig:
additionalEnvs: []
ipfsNetwork:
apiPort: 30000
swarmPort: 30001
gatewayPort: 30002
hostNetwork: false
ipfsRunAs:
user: 568
group: 568
ipfsStorage:
data:
type: ixVolume
datasetName: data
staging:
type: ixVolume
datasetName: staging