kubezero/charts/clamav
Stefan Reimer 991d9ad814 feat: another round of upgrade to 1.23.11 2022-09-16 11:21:38 +02:00
..
templates fix: make ClamAV deploy work again 2021-08-30 00:25:18 +02:00
.helmignore fix: remove readinessProbe from ClamAV 2021-08-18 14:28:16 +02:00
Chart.yaml chore: move helm repo to S3/CDN 2021-12-03 22:16:22 +01:00
README.md feat: another round of upgrade to 1.23.11 2022-09-16 11:21:38 +02:00
deploy.sh feat: First release of ClamAV chart 2021-08-18 14:02:40 +02:00
values.yaml fix: adjust clamav default resources to statefulSet 2021-08-18 14:04:55 +02:00

README.md

clamav

Version: 0.1.1 Type: application AppVersion: 0.104.0

Chart for deploying a ClamavD on kubernetes as statfulSet

Homepage: https://kubezero.com

Maintainers

Name Email Url
Quarky9

Requirements

Kubernetes: >= 1.18.0

Repository Name Version
https://cdn.zero-downtime.net/charts/ 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 {"requests":{"cpu":"300m","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.11.0