default_values.yaml 459 B

123456789101112131415161718192021222324252627
  1. ## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
  2. ##
  3. image:
  4. repository: ipfs/go-ipfs
  5. tag: v0.8.0-rc1
  6. pullPolicy: IfNotPresent
  7. ## Additional arguments to pass to ipfs binary
  8. extraArgs: []
  9. updateStrategy: Recreate
  10. service:
  11. swarmPort: 9401
  12. apiPort: 9501
  13. gatewayPort: 9080
  14. environment:
  15. appVolumeMounts:
  16. staging:
  17. emptyDir: true
  18. mountPath: "/export"
  19. data:
  20. emptyDir: true
  21. mountPath: "/data/ipfs"