no-incomplete-values.yaml 864 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. transmission:
  6. additional_config:
  7. - key: random-num
  8. value: "123"
  9. - key: random-bool
  10. value: "true"
  11. - key: random-str
  12. value: "abc"
  13. additional_envs: []
  14. network:
  15. host_network: false
  16. web_port:
  17. bind_mode: published
  18. port_number: 8080
  19. peer_port:
  20. bind_mode: published
  21. port_number: 50413
  22. run_as:
  23. user: 568
  24. group: 568
  25. ix_volumes:
  26. config: /opt/tests/mnt/config
  27. downloads_complete: /opt/tests/mnt/downloads_complete
  28. storage:
  29. config:
  30. type: ix_volume
  31. ix_volume_config:
  32. dataset_name: config
  33. create_host_path: true
  34. downloads_complete:
  35. type: ix_volume
  36. mount_path: /downloads/complete
  37. ix_volume_config:
  38. dataset_name: downloads_complete
  39. create_host_path: true
  40. enable_incomplete_dir: false
  41. additional_storage: []