123456789101112131415161718192021222324252627282930313233343536373839404142 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- unifi_protect_backup:
- username: admin
- password: password
- address: 127.0.0.1
- port: 8443
- ssl_verify: false
- rclone_destination: backups
- skip_missing: false
- ignore_cameras: []
- detection_types: []
- rclone_args: []
- rclone_purge_args: []
- additional_envs: []
- network:
- host_network: false
- run_as:
- user: 568
- group: 568
- ix_volumes:
- data: /opt/tests/mnt/data
- config: /opt/tests/mnt/config
- storage:
- data:
- type: ix_volume
- ix_volume_config:
- dataset_name: data
- create_host_path: true
- config:
- type: ix_volume
- ix_volume_config:
- dataset_name: config
- create_host_path: true
- additional_storage: []
|