123456789101112131415161718192021222324252627282930313233343536373839 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- ci: true
- mumble:
- superuser_password: password
- server_password: password
- ice_secret_read: password
- ice_secret_write: password
- welcome_text: Welcome to Mumble
- users: 100
- additional_envs: []
- network:
- host_network: false
- server_port:
- bind_mode: published
- port_number: 808
- ice_port:
- bind_mode: published
- port_number: 8081
- certificate_id: null
- ix_volumes:
- data: /opt/tests/mnt/data
- storage:
- data:
- type: ix_volume
- ix_volume_config:
- dataset_name: data
- create_host_path: true
- additional_storage:
- - type: anonymous
- mount_path: /scratchpad
- volume_config:
- nocopy: true
|