basic-values.yaml 744 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. ipfs:
  6. additional_envs: []
  7. network:
  8. host_network: false
  9. api_port:
  10. bind_mode: published
  11. port_number: 8080
  12. gateway_port:
  13. bind_mode: published
  14. port_number: 8081
  15. swarm_port:
  16. bind_mode: published
  17. port_number: 8082
  18. run_as:
  19. user: 568
  20. group: 568
  21. ix_volumes:
  22. data: /opt/tests/mnt/data
  23. staging: /opt/tests/mnt/staging
  24. storage:
  25. data:
  26. type: ix_volume
  27. ix_volume_config:
  28. dataset_name: data
  29. create_host_path: true
  30. staging:
  31. type: ix_volume
  32. ix_volume_config:
  33. dataset_name: staging
  34. create_host_path: true
  35. additional_storage:
  36. - type: anonymous
  37. mount_path: /scratchpad
  38. volume_config:
  39. nocopy: true