ix_values.yaml 402 B

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