basic-values.yaml 526 B

123456789101112131415161718192021222324252627282930313233
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. nzbget:
  6. additional_envs: []
  7. network:
  8. web_port:
  9. bind_mode: published
  10. port_number: 8080
  11. run_as:
  12. user: 568
  13. group: 568
  14. ix_volumes:
  15. config: /opt/tests/mnt/config
  16. downloads: /opt/tests/mnt/downloads
  17. storage:
  18. config:
  19. type: ix_volume
  20. ix_volume_config:
  21. dataset_name: config
  22. create_host_path: true
  23. downloads:
  24. type: ix_volume
  25. ix_volume_config:
  26. dataset_name: downloads
  27. create_host_path: true
  28. additional_storage: []