basic-values.yaml 846 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. pigallery:
  6. application_title: PiGallery2
  7. additional_envs: []
  8. network:
  9. host_network: false
  10. web_port:
  11. bind_mode: published
  12. port_number: 8080
  13. run_as:
  14. user: 568
  15. group: 568
  16. ix_volumes:
  17. config: /opt/tests/mnt/config
  18. db: /opt/tests/mnt/db
  19. thumbnails: /opt/tests/mnt/thumbnails
  20. media: /opt/tests/mnt/media
  21. storage:
  22. config:
  23. type: ix_volume
  24. ix_volume_config:
  25. dataset_name: config
  26. create_host_path: true
  27. db:
  28. type: ix_volume
  29. ix_volume_config:
  30. dataset_name: db
  31. create_host_path: true
  32. thumbnails:
  33. type: ix_volume
  34. ix_volume_config:
  35. dataset_name: thumbnails
  36. create_host_path: true
  37. media:
  38. type: ix_volume
  39. ix_volume_config:
  40. dataset_name: media
  41. create_host_path: true
  42. additional_storage: []