39 lines
1.8 KiB
Markdown
39 lines
1.8 KiB
Markdown
# clamav
|
|
|
|
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.1](https://img.shields.io/badge/AppVersion-1.2.1-informational?style=flat-square)
|
|
|
|
Chart for deploying a ClamAVd on Kubernetes as statfulSet
|
|
|
|
**Homepage:** <https://kubezero.com>
|
|
|
|
## Maintainers
|
|
|
|
| Name | Email | Url |
|
|
| ---- | ------ | --- |
|
|
| Stefan Reimer | <stefan@zero-downtime.net> | |
|
|
|
|
## Requirements
|
|
|
|
Kubernetes: `>= 1.26.0`
|
|
|
|
| Repository | Name | Version |
|
|
|------------|------|---------|
|
|
| https://cdn.zero-downtime.net/charts/ | kubezero-lib | >= 0.1.6 |
|
|
|
|
## Values
|
|
|
|
| Key | Type | Default | Description |
|
|
|-----|------|---------|-------------|
|
|
| freshclam.mirrors | string | `"database.clamav.net"` | A list of clamav mirrors to be used by the clamav service |
|
|
| fullnameOverride | string | `""` | override the full name of the clamav chart |
|
|
| image | object | `{"repository":"clamav/clamav","type":"base"}` | The clamav docker image |
|
|
| limits.connectionQueueLength | int | `100` | Maximum length the queue of pending connections may grow to |
|
|
| limits.fileSize | int | `25` | The largest file size scanable by clamav, in MB |
|
|
| limits.maxThreads | int | `4` | Maximum number of threads running at the same time. |
|
|
| limits.scanSize | int | `100` | The largest scan size permitted in clamav, in MB |
|
|
| limits.sendBufTimeout | int | `500` | |
|
|
| nameOverride | string | `""` | override the name of the clamav chart |
|
|
| replicaCount | int | `1` | |
|
|
| resources | object | `{"requests":{"cpu":"300m","memory":"2000M"}}` | The resource requests and limits for the clamav service |
|
|
| service.port | int | `3310` | The port to be used by the clamav service |
|