12345678910111213141516171819202122232425262728293031 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- recyclarr:
- create_config: true
- cron_schedule: "@daily"
- additional_envs: []
- network:
- host_network: false
- run_as:
- user: 568
- group: 568
- ix_volumes:
- config: /opt/tests/mnt/config
- storage:
- config:
- type: ix_volume
- ix_volume_config:
- dataset_name: config
- create_host_path: true
- additional_storage:
- - type: volume
- mount_path: /series
- volume_config:
- volume_name: my-series
|