basic-values.yaml 620 B

12345678910111213141516171819202122232425262728293031323334353637
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. jdownloader2:
  6. myjd_name: ""
  7. myjd_user: ""
  8. myjd_password: ""
  9. additional_envs: []
  10. network:
  11. host_network: false
  12. direct_connection_port:
  13. bind_mode: published
  14. port_number: 8080
  15. run_as:
  16. user: 568
  17. group: 568
  18. ix_volumes:
  19. config: /opt/tests/mnt/config
  20. downloads: /opt/tests/mnt/downloads
  21. storage:
  22. config:
  23. type: ix_volume
  24. ix_volume_config:
  25. dataset_name: config
  26. create_host_path: true
  27. downloads:
  28. type: ix_volume
  29. ix_volume_config:
  30. dataset_name: downloads
  31. create_host_path: true
  32. additional_storage: []