123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- TZ: Etc/Utc
- urbackup:
- additional_envs: []
- network:
- host_network: false
- web_port:
- bind_mode: published
- port_number: 25414
- backup_port_1:
- bind_mode: published
- port_number: 25413
- backup_port_2:
- bind_mode: published
- port_number: 25415
- backup_port_3:
- bind_mode: published
- port_number: 25623
- run_as:
- user: 568
- group: 568
- ix_volumes:
- backups: /opt/tests/mnt/urbackup/backups
- database: /opt/tests/mnt/urbackup/database
- logs: /opt/tests/mnt/urbackup/log
- storage:
- backups:
- type: ix_volume
- ix_volume_config:
- dataset_name: backups
- create_host_path: true
- database:
- type: ix_volume
- ix_volume_config:
- dataset_name: database
- create_host_path: true
- logs:
- type: ix_volume
- ix_volume_config:
- dataset_name: logs
- create_host_path: true
- additional_storage: []
|