values.yaml 436 B

123456789101112131415161718192021222324252627
  1. image:
  2. repository: ipfs/kubo
  3. pullPolicy: IfNotPresent
  4. tag: v0.19.1
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. ipfsConfig:
  10. additionalEnvs: []
  11. ipfsNetwork:
  12. apiPort: 30000
  13. swarmPort: 30001
  14. gatewayPort: 30002
  15. hostNetwork: false
  16. ipfsRunAs:
  17. user: 568
  18. group: 568
  19. ipfsStorage:
  20. data:
  21. type: ixVolume
  22. hostPath: ''
  23. datasetName: data
  24. staging:
  25. type: ixVolume
  26. hostPath: ''
  27. datasetName: staging