# clamav ![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.104.0](https://img.shields.io/badge/AppVersion-0.104.0-informational?style=flat-square) A Helm chart for deploying a Clamav on kubernetes **Homepage:** ## Maintainers | Name | Email | Url | | ---- | ------ | --- | | Quarky9 | | | ## Requirements Kubernetes: `>= 1.18.0` | Repository | Name | Version | |------------|------|---------| | https://zero-down-time.github.io/kubezero/ | kubezero-lib | >= 0.1.4 | ## Values | Key | Type | Default | Description | |-----|------|---------|-------------| | clamav.freshclam.mirrors | string | `"database.clamav.net"` | A list of clamav mirrors to be used by the clamav service | | clamav.image | string | `"clamav/clamav"` | The clamav docker image | | clamav.limits.connectionQueueLength | int | `100` | Maximum length the queue of pending connections may grow to | | clamav.limits.fileSize | int | `20` | The largest file size scanable by clamav, in MB | | clamav.limits.maxThreads | int | `4` | Maximum number of threads running at the same time. | | clamav.limits.scanSize | int | `100` | The largest scan size permitted in clamav, in MB | | clamav.limits.sendBufTimeout | int | `500` | | | clamav.replicaCount | int | `1` | | | clamav.resources | object | `{"limits":{"cpu":"1500m","ephemeral-storage":"1000M","memory":"2000M"},"requests":{"cpu":"300m","ephemeral-storage":"500M","memory":"1300M"}}` | The resource requests and limits for the clamav service | | clamav.version | string | `"unstable"` | The clamav docker image version - defaults to .Chart.appVersion | | fullnameOverride | string | `""` | override the full name of the clamav chart | | nameOverride | string | `""` | override the name of the clamav chart | | service.port | int | `3310` | The port to be used by the clamav service | ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)