basic-values.yaml 801 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. qbittorrent:
  6. image_selector: image
  7. additional_envs: []
  8. network:
  9. host_network: false
  10. use_https_probe: false
  11. web_port:
  12. bind_mode: published
  13. port_number: 8081
  14. bt_port:
  15. bind_mode: published
  16. port_number: 6882
  17. run_as:
  18. user: 568
  19. group: 568
  20. ix_volumes:
  21. config: /opt/tests/mnt/qbittorrent-config
  22. downloads: /opt/tests/mnt/qbittorrent-downloads
  23. storage:
  24. config:
  25. type: ix_volume
  26. ix_volume_config:
  27. dataset_name: config
  28. create_host_path: true
  29. downloads:
  30. mount_path: /downloads
  31. type: ix_volume
  32. ix_volume_config:
  33. dataset_name: downloads
  34. create_host_path: true
  35. additional_storage:
  36. - type: anonymous
  37. mount_path: /scratchpad
  38. volume_config:
  39. nocopy: true