12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- TZ: Etc/UTC
- arm:
- cd_devices: []
- additional_envs: []
- network:
- host_network: false
- web_port:
- bind_mode: published
- port_number: 8080
- run_as:
- user: 568
- group: 568
- ix_volumes:
- config: /opt/tests/mnt/arm/config
- home: /opt/tests/mnt/arm/home
- music: /opt/tests/mnt/arm/music
- logs: /opt/tests/mnt/arm/logs
- media: /opt/tests/mnt/arm/media
- storage:
- config:
- type: ix_volume
- ix_volume_config:
- dataset_name: config
- create_host_path: true
- home:
- type: ix_volume
- ix_volume_config:
- dataset_name: home
- create_host_path: true
- music:
- type: ix_volume
- ix_volume_config:
- dataset_name: music
- create_host_path: true
- logs:
- type: ix_volume
- ix_volume_config:
- dataset_name: logs
- create_host_path: true
- media:
- type: ix_volume
- ix_volume_config:
- dataset_name: media
- create_host_path: true
- additional_storage: []
|