hostnet-values.yaml 772 B

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