1234567891011121314151617181920212223242526 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- wg_easy:
- insecure: true
- network:
- host_network: true
- web_port:
- bind_mode: published
- port_number: 8080
- udp_port:
- bind_mode: published
- port_number: 51820
- ix_volumes:
- config: /opt/tests/mnt/config
- storage:
- config:
- type: ix_volume
- ix_volume_config:
- dataset_name: config
- create_host_path: true
- additional_storage: []
|