.. | ||
templates | ||
.helmignore | ||
Chart.yaml | ||
README.md | ||
update.sh | ||
values.yaml |
clamav
Chart for deploying a ClamAVd on Kubernetes as statfulSet
Homepage: https://kubezero.com
Maintainers
Name | 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 |
Autogenerated from chart metadata using helm-docs v1.11.0