1234567891011121314151617181920212223242526272829 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- TZ: UTC
- network:
- router_console_port:
- bind_mode: "published"
- port_number: 7657
- http_proxy_port:
- bind_mode: "published"
- port_number: 4444
- https_proxy_port:
- bind_mode: "published"
- port_number: 4445
- additional_ports: []
- ix_volumes:
- i2p_config: /opt/tests/mnt/i2p_config
- storage:
- i2p_config:
- type: ix_volume
- ix_volume_config:
- dataset_name: i2p_config
- create_host_path: true
- additional_storage: []
|