test_values.yaml 492 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
  6. pullPolicy: IfNotPresent
  7. ## Additional arguments to pass to minio binary
  8. extraArgs: []
  9. updateStrategy: Recreate
  10. service:
  11. swarmPort: 30941
  12. apiPort: 30951
  13. gatewayPort: 30980
  14. environmentVariables: []
  15. emptyDirVolumes: true
  16. appVolumeMounts:
  17. staging:
  18. emptyDir: true
  19. mountPath: "/export"
  20. data:
  21. emptyDir: true
  22. mountPath: "/data/ipfs"