Files
chart/library/ix-dev/community/ipfs/values.yaml
Stavros Kois 010418b98c NAS-120628 / 23.10 / Add IPFS app to community train (#1023)
* Add ipfs to community train

* run chown before config and only once

* fix selector

* update readme(s)

* add update strategy
2023-03-20 18:00:15 +02:00

30 lines
438 B
YAML

image:
repository: ipfs/kubo
pullPolicy: IfNotPresent
tag: v0.18.1
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
hostPath: ""
datasetName: data
staging:
type: ixVolume
hostPath: ""
datasetName: staging