basic-values.yaml 979 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Etc/UTC
  6. arm:
  7. cd_devices: []
  8. additional_envs: []
  9. network:
  10. host_network: false
  11. web_port:
  12. bind_mode: published
  13. port_number: 8080
  14. run_as:
  15. user: 568
  16. group: 568
  17. ix_volumes:
  18. config: /opt/tests/mnt/arm/config
  19. home: /opt/tests/mnt/arm/home
  20. music: /opt/tests/mnt/arm/music
  21. logs: /opt/tests/mnt/arm/logs
  22. media: /opt/tests/mnt/arm/media
  23. storage:
  24. config:
  25. type: ix_volume
  26. ix_volume_config:
  27. dataset_name: config
  28. create_host_path: true
  29. home:
  30. type: ix_volume
  31. ix_volume_config:
  32. dataset_name: home
  33. create_host_path: true
  34. music:
  35. type: ix_volume
  36. ix_volume_config:
  37. dataset_name: music
  38. create_host_path: true
  39. logs:
  40. type: ix_volume
  41. ix_volume_config:
  42. dataset_name: logs
  43. create_host_path: true
  44. media:
  45. type: ix_volume
  46. ix_volume_config:
  47. dataset_name: media
  48. create_host_path: true
  49. additional_storage: []