no-pass-values.yaml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Etc/UTC
  6. handbrake:
  7. dark_mode: false
  8. vnc_password: ""
  9. secure_connection: false
  10. additional_envs: []
  11. network:
  12. host_network: false
  13. web_port:
  14. bind_mode: published
  15. port_number: 8080
  16. vnc_port:
  17. bind_mode: published
  18. port_number: 8081
  19. run_as:
  20. user: 568
  21. group: 568
  22. ix_volumes:
  23. config: /opt/tests/mnt/config
  24. storage: /opt/tests/mnt/storage
  25. output: /opt/tests/mnt/output
  26. watch: /opt/tests/mnt/watch
  27. storage:
  28. config:
  29. type: ix_volume
  30. ix_volume_config:
  31. dataset_name: config
  32. create_host_path: true
  33. storage:
  34. type: ix_volume
  35. ix_volume_config:
  36. dataset_name: storage
  37. create_host_path: true
  38. output:
  39. type: ix_volume
  40. ix_volume_config:
  41. dataset_name: output
  42. create_host_path: true
  43. watch:
  44. type: ix_volume
  45. ix_volume_config:
  46. dataset_name: watch
  47. create_host_path: true
  48. additional_storage:
  49. - type: anonymous
  50. mount_path: /scratchpad
  51. volume_config:
  52. nocopy: true