no-clamd-values.yaml 832 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. clamav:
  6. disable_clamd: true
  7. disable_freshclamd: false
  8. disable_milterd: true
  9. clamd_startup_timeout: 1800
  10. freshclamd_checks: 1
  11. additional_envs: []
  12. network:
  13. host_network: false
  14. clamd_port:
  15. bind_mode: published
  16. port_number: 8080
  17. milterd_port:
  18. bind_mode: published
  19. port_number: 8081
  20. ix_volumes:
  21. clamav-sig-db: /opt/tests/mnt/clamav-sig-db
  22. clamav-scan-dir: /opt/tests/mnt/clamav-scan-dir
  23. storage:
  24. sigdb:
  25. type: ix_volume
  26. ix_volume_config:
  27. dataset_name: clamav-sig-db
  28. create_host_path: true
  29. scandir:
  30. type: ix_volume
  31. ix_volume_config:
  32. dataset_name: clamav-scan-dir
  33. create_host_path: true
  34. additional_storage:
  35. - type: anonymous
  36. mount_path: /scratchpad
  37. volume_config:
  38. nocopy: true