basic-values.yaml 751 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. filebrowser:
  6. additional_envs: []
  7. network:
  8. host_network: false
  9. certificate_id:
  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. media: /opt/tests/mnt/media
  19. downloads: /opt/tests/mnt/downloads
  20. storage:
  21. config:
  22. type: ix_volume
  23. ix_volume_config:
  24. dataset_name: config
  25. create_host_path: true
  26. additional_storage:
  27. - mount_path: /media
  28. type: ix_volume
  29. ix_volume_config:
  30. dataset_name: media
  31. create_host_path: true
  32. - mount_path: /downloads
  33. type: ix_volume
  34. ix_volume_config:
  35. dataset_name: downloads
  36. create_host_path: true