test_values.yaml 376 B

123456789101112131415161718192021
  1. appVolumeMounts:
  2. data:
  3. emptyDir: true
  4. mountPath: /data/ipfs
  5. staging:
  6. emptyDir: true
  7. mountPath: /export
  8. dnsConfig:
  9. options: []
  10. emptyDirVolumes: true
  11. environmentVariables: []
  12. extraArgs: []
  13. image:
  14. pullPolicy: IfNotPresent
  15. repository: ipfs/go-ipfs
  16. tag: v0.12.2
  17. service:
  18. apiPort: 30951
  19. gatewayPort: 30980
  20. swarmPort: 30941
  21. updateStrategy: Recreate