basic-values.yaml 659 B

123456789101112131415161718192021222324252627282930313233343536
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. listmonk:
  6. postgres_image_selector: postgres_17_image
  7. db_password: password
  8. admin_username: admin
  9. admin_password: password
  10. additional_envs: []
  11. network:
  12. web_port:
  13. bind_mode: published
  14. port_number: 8080
  15. run_as:
  16. user: 568
  17. group: 568
  18. ix_volumes:
  19. uploads: /opt/tests/uploads
  20. postgres_data: /opt/tests/postgres_data
  21. storage:
  22. uploads:
  23. type: ix_volume
  24. ix_volume_config:
  25. dataset_name: uploads
  26. create_host_path: true
  27. postgres_data:
  28. type: ix_volume
  29. ix_volume_config:
  30. dataset_name: postgres_data
  31. create_host_path: true
  32. additional_storage: []