1234567891011121314151617181920212223242526272829303132333435363738394041 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- clamav:
- disable_clamd: true
- disable_freshclamd: true
- disable_milterd: false
- clamd_startup_timeout: 1800
- freshclamd_checks: 1
- additional_envs: []
- network:
- host_network: false
- clamd_port:
- bind_mode: published
- port_number: 8080
- milterd_port:
- bind_mode: published
- port_number: 8081
- ix_volumes:
- clamav-sig-db: /opt/tests/mnt/clamav-sig-db
- clamav-scan-dir: /opt/tests/mnt/clamav-scan-dir
- storage:
- sigdb:
- type: ix_volume
- ix_volume_config:
- dataset_name: clamav-sig-db
- create_host_path: true
- scandir:
- type: ix_volume
- ix_volume_config:
- dataset_name: clamav-scan-dir
- create_host_path: true
- additional_storage:
- - type: anonymous
- mount_path: /scratchpad
- volume_config:
- nocopy: true
|