123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- komodo:
- passkey: secret
- additional_passkeys:
- - some-passkey
- db_password: secret
- local_auth: true
- allow_registration: true
- auto_enable_new_users: true
- additional_envs: []
- network:
- web_port:
- bind_mode: published
- port_number: 8080
- ix_volumes:
- mongo_data: /opt/tests/mnt/komodo/mongo_data
- backups: /opt/tests/mnt/komodo/backups
- syncs: /opt/tests/mnt/komodo/syncs
- periphery_root: /opt/tests/mnt/komodo/periphery_root
- storage:
- mongodb_data:
- type: ix_volume
- ix_volume_config:
- dataset_name: mongo_data
- create_host_path: true
- backups:
- type: ix_volume
- ix_volume_config:
- dataset_name: backups
- create_host_path: true
- syncs:
- type: ix_volume
- ix_volume_config:
- dataset_name: syncs
- create_host_path: true
- periphery_root:
- type: ix_volume
- ix_volume_config:
- dataset_name: periphery_root
- create_host_path: true
- additional_storage: []
|