basic-values.yaml 686 B

12345678910111213141516171819202122232425262728293031323334353637
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. unpackerr:
  6. settings:
  7. - type: sonarr
  8. url: "http://sonarr"
  9. api_key: "abc123def456gh789abc123def456gh7"
  10. paths: ["/downloads"]
  11. protocols: ["torrent"]
  12. timeout: 10
  13. delete_delay: 300
  14. delete_orig: false
  15. syncthing: false
  16. - type: radarr
  17. url: "http://radarr"
  18. api_key: "abc123def456gh789abc123def456gh7"
  19. paths: ["/downloads"]
  20. protocols: ["torrent"]
  21. timeout: 10
  22. delete_delay: 300
  23. delete_orig: false
  24. syncthing: false
  25. additional_envs: []
  26. network:
  27. host_network: false
  28. run_as:
  29. user: 568
  30. group: 568
  31. storage:
  32. additional_storage: []