1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- storj:
- stop_grace_period: 30
- email: test@example.com
- domain_address: '[::1]:28967'
- storage_size_gb: 500
- wallet_address: 0x1234567890123456789012345678901234567890
- wallets:
- - zksync
- - zksync-era
- additional_envs: []
- network:
- host_network: false
- web_port:
- bind_mode: published
- port_number: 8080
- p2p_port:
- bind_mode: published
- port_number: 8081
- run_as:
- user: 568
- group: 568
- ix_volumes:
- identity: /opt/tests/mnt/identity
- data: /opt/tests/mnt/data
- storage:
- identity:
- type: ix_volume
- ix_volume_config:
- dataset_name: identity
- create_host_path: true
- data:
- type: ix_volume
- ix_volume_config:
- dataset_name: data
- create_host_path: true
- additional_storage: []
|