basic-values.yaml 506 B

12345678910111213141516171819202122232425262728293031
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. kiwix:
  6. load_specific_zim_files: []
  7. additional_envs:
  8. - name: DOWNLOAD
  9. value: https://download.kiwix.org/zim/wikipedia_bm_all.zim
  10. network:
  11. host_network: false
  12. web_port:
  13. bind_mode: published
  14. port_number: 8080
  15. run_as:
  16. user: 568
  17. group: 568
  18. ix_volumes:
  19. data: /opt/tests/mnt/kiwix/data
  20. storage:
  21. data:
  22. type: ix_volume
  23. ix_volume_config:
  24. dataset_name: data
  25. create_host_path: true
  26. additional_storage: []