123456789101112131415161718192021222324252627 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- zerotier:
- auth_token: 0123456789abcdef0123456789abcdef
- identity_public: some identity public
- identity_secret: some identity secret
- networks:
- - 0a1b2c3de4f56739
- - 0a1b2c3de4f56789
- additional_envs: []
- network:
- host_network: false
- ix_volumes:
- config: /opt/tests/mnt/config
- storage:
- config:
- type: ix_volume
- ix_volume_config:
- dataset_name: config
- create_host_path: true
- additional_storage: []
|