basic-values.yaml 705 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. unmanic:
  6. additional_envs: []
  7. network:
  8. host_network: false
  9. web_port:
  10. bind_mode: published
  11. port_number: 8080
  12. run_as:
  13. user: 568
  14. group: 568
  15. ix_volumes:
  16. config: /opt/tests/mnt/config
  17. library: /opt/tests/mnt/library
  18. encode-cache: /opt/tests/mnt/encode-cache
  19. storage:
  20. config:
  21. type: ix_volume
  22. ix_volume_config:
  23. dataset_name: config
  24. create_host_path: true
  25. library:
  26. type: ix_volume
  27. ix_volume_config:
  28. dataset_name: library
  29. create_host_path: true
  30. encode_cache:
  31. type: ix_volume
  32. ix_volume_config:
  33. dataset_name: encode-cache
  34. create_host_path: true
  35. additional_storage: []