basic-values.yaml 555 B

12345678910111213141516171819202122232425262728293031
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Etc/UTC
  6. wiki_js:
  7. postgres_image_selector: postgres_17_image
  8. db_password: db-wiki-js-password
  9. additional_envs: []
  10. network:
  11. http_port:
  12. bind_mode: published
  13. port_number: 8080
  14. https_port:
  15. bind_mode: published
  16. port_number: 8081
  17. certificate_id: null
  18. ix_volumes:
  19. postgres_data: /opt/tests/mnt/wiki-js/postgres_data
  20. storage:
  21. postgres_data:
  22. type: ix_volume
  23. ix_volume_config:
  24. dataset_name: postgres_data
  25. create_host_path: true
  26. additional_storage: []