basic-values.yaml 864 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. piwigo:
  6. db_password: db-piwigo-password
  7. db_root_password: root-db-piwigo-password
  8. language: en_US
  9. admin_name: admin
  10. admin_password: admin-password
  11. admin_email: admin@example.com
  12. additional_envs: []
  13. network:
  14. web_port:
  15. bind_mode: published
  16. port_number: 8080
  17. run_as:
  18. user: 568
  19. group: 568
  20. ix_volumes:
  21. config: /opt/tests/mnt/config
  22. gallery: /opt/tests/mnt/gallery
  23. mariadb_data: /opt/tests/mnt/mariadb_data
  24. storage:
  25. config:
  26. type: ix_volume
  27. ix_volume_config:
  28. dataset_name: config
  29. create_host_path: true
  30. gallery:
  31. type: ix_volume
  32. ix_volume_config:
  33. dataset_name: gallery
  34. create_host_path: true
  35. mariadb_data:
  36. type: ix_volume
  37. ix_volume_config:
  38. dataset_name: mariadb_data
  39. create_host_path: true
  40. additional_storage: []