12345678910111213141516171819202122232425262728293031323334 |
- resources:
- limits:
- cpus: 2.0
- memory: 2048
- monitee_agent:
- docker_enable: true
- storage_monitoring_enable: true
- devices: []
- network:
- host_network: false
- https_port:
- bind_mode: published
- port_number: 8444
- http_port:
- bind_mode: published
- port_number: 8081
- ix_volumes:
- config: /opt/tests/mnt/config
- data: /opt/tests/mnt/data
- storage:
- data:
- type: ix_volume
- ix_volume_config:
- dataset_name: data
- create_host_path: true
- config:
- type: ix_volume
- ix_volume_config:
- dataset_name: config
- create_host_path: true
|