basic-values.yaml 493 B

12345678910111213141516171819202122232425262728
  1. TZ: Etc/UTC
  2. makemkv:
  3. devices: []
  4. additional_envs: []
  5. network:
  6. web_port:
  7. bind_mode: published
  8. port_number: 8081
  9. host_network: false
  10. ix_volumes:
  11. config: /opt/tests/mnt/makemkv/config
  12. output: /opt/tests/mnt/makemkv/output
  13. storage:
  14. config:
  15. type: ix_volume
  16. ix_volume_config:
  17. dataset_name: output
  18. create_host_path: true
  19. output:
  20. type: ix_volume
  21. ix_volume_config:
  22. dataset_name: output
  23. create_host_path: true
  24. additional_storage: []