12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- transmission:
- additional_config:
- - key: random-num
- value: "123"
- - key: random-bool
- value: "true"
- - key: random-str
- value: "abc"
- additional_envs: []
- network:
- host_network: false
- web_port:
- bind_mode: published
- port_number: 8080
- peer_port:
- bind_mode: published
- port_number: 50413
- run_as:
- user: 568
- group: 568
- ix_volumes:
- config: /opt/tests/mnt/config
- downloads_complete: /opt/tests/mnt/downloads_complete
- storage:
- config:
- type: ix_volume
- ix_volume_config:
- dataset_name: config
- create_host_path: true
- downloads_complete:
- type: ix_volume
- mount_path: /downloads/complete
- ix_volume_config:
- dataset_name: downloads_complete
- create_host_path: true
- enable_incomplete_dir: false
- additional_storage: []
|