mirror of
https://github.com/truenas/charts.git
synced 2026-04-29 13:02:54 +08:00
* add clamav * add initial clamav * update readmes * move to community * no need for hostnet * change image * remove redundant group * add email * bump common * add metadata
11 lines
203 B
YAML
11 lines
203 B
YAML
clamavStorage:
|
|
sigdb:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/sig-db
|
|
scandir:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/scan-dir
|
|
|
|
clamavConfig:
|
|
disableClamd: true
|