basic-values.yaml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. crafty:
  6. additional_envs: []
  7. network:
  8. host_network: false
  9. web_port:
  10. bind_mode: published
  11. port_number: 8080
  12. additional_ports: []
  13. additional_port_ranges:
  14. - bind_mode: published
  15. protocol: tcp
  16. start: 8081
  17. end: 8083
  18. host_ips: []
  19. ix_volumes:
  20. config: /opt/tests/mnt/crafty/config
  21. logs: /opt/tests/mnt/crafty/logs
  22. backups: /opt/tests/mnt/crafty/backups
  23. import: /opt/tests/mnt/crafty/import
  24. servers: /opt/tests/mnt/crafty/servers
  25. storage:
  26. config:
  27. type: ix_volume
  28. ix_volume_config:
  29. dataset_name: config
  30. create_host_path: true
  31. logs:
  32. type: ix_volume
  33. ix_volume_config:
  34. dataset_name: logs
  35. create_host_path: true
  36. backups:
  37. type: ix_volume
  38. ix_volume_config:
  39. dataset_name: backups
  40. create_host_path: true
  41. import:
  42. type: ix_volume
  43. ix_volume_config:
  44. dataset_name: import
  45. create_host_path: true
  46. servers:
  47. type: ix_volume
  48. ix_volume_config:
  49. dataset_name: servers
  50. create_host_path: true
  51. additional_storage: []