test_values.yaml 423 B

1234567891011121314151617181920212223
  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 minio binary
  8. extraArgs: []
  9. updateStrategy: Recreate
  10. service:
  11. swarmPort: 30941
  12. apiPort: 30951
  13. gatewayPort: 30980
  14. environment:
  15. emptyDirVolumes: true
  16. ipfsDataHostPathEnabled: false
  17. ipfsStagingHostPathEnabled: false