12345678910111213141516171819202122232425262728293031323334353637383940 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- ci: true
- kasm:
- gamepad_support: false
- additional_envs: []
- run_as:
- user: 568
- group: 568
- network:
- host_network: false
- web_port:
- bind_mode: published
- port_number: 8080
- setup_port:
- bind_mode: published
- port_number: 3000
- ix_volumes:
- opt: /opt/tests/mnt/opt
- profiles: /opt/tests/mnt/profiles
- storage:
- opt:
- type: ix_volume
- ix_volume_config:
- dataset_name: opt
- create_host_path: true
- profiles:
- type: ix_volume
- ix_volume_config:
- dataset_name: profiles
- create_host_path: true
- additional_storage: []
|