basic-values.yaml 627 B

12345678910111213141516171819202122232425262728293031323334353637
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. metube:
  6. default_theme: auto
  7. ytdl_options:
  8. - key: forcejson
  9. value: true
  10. - key: cookiefile
  11. value: /tmp/cookies.txt
  12. additional_envs: []
  13. network:
  14. host_network: false
  15. web_port:
  16. bind_mode: published
  17. port_number: 8080
  18. run_as:
  19. user: 568
  20. group: 568
  21. ix_volumes:
  22. downloads: /opt/tests/mnt/downloads
  23. storage:
  24. downloads:
  25. type: ix_volume
  26. ix_volume_config:
  27. dataset_name: downloads
  28. create_host_path: true
  29. additional_storage:
  30. - type: anonymous
  31. mount_path: /scratchpad
  32. volume_config:
  33. nocopy: true