2022-01-17 23:27:08 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/clamav
|
|
|
|
pullPolicy: IfNotPresent
|
2022-05-13 07:35:54 +00:00
|
|
|
tag: v0.105.0@sha256:1e823d0489134be13ed34e6022b526d78e53dedfa916dcb4a46d2b762d01d1bc
|
2022-01-17 23:27:08 +00:00
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
2022-03-26 23:16:14 +00:00
|
|
|
env:
|
|
|
|
CLAMAV_NO_CLAMD: false
|
|
|
|
CLAMAV_NO_FRESHCLAMD: false
|
|
|
|
CLAMAV_NO_MILTERD: true
|
|
|
|
CLAMD_STARTUP_TIMEOUT: 1800
|
|
|
|
FRESHCLAM_CHECKS: 1
|
|
|
|
|
|
|
|
clamav:
|
|
|
|
report_path: "/logs"
|
|
|
|
# User Defined
|
|
|
|
cron_enabled: true
|
|
|
|
cron_schedule: "* * * * *"
|
|
|
|
date_format: "+%m-%d-%Y_%H.%M.%S"
|
|
|
|
log_file_name: "clamscan_report"
|
|
|
|
extra_args: ""
|
|
|
|
|
2022-01-17 23:27:08 +00:00
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
enabled: true
|
|
|
|
custom: true
|
|
|
|
spec:
|
|
|
|
exec:
|
|
|
|
command:
|
|
|
|
- clamdcheck.sh
|
|
|
|
readiness:
|
|
|
|
enabled: true
|
|
|
|
custom: true
|
|
|
|
spec:
|
|
|
|
exec:
|
|
|
|
command:
|
|
|
|
- clamdcheck.sh
|
|
|
|
startup:
|
|
|
|
enabled: true
|
|
|
|
custom: true
|
|
|
|
spec:
|
|
|
|
exec:
|
|
|
|
command:
|
|
|
|
- clamdcheck.sh
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 3310
|
|
|
|
targetPort: 3310
|
|
|
|
milter:
|
2022-01-20 16:24:23 +00:00
|
|
|
enabled: true
|
2022-01-17 23:27:08 +00:00
|
|
|
ports:
|
|
|
|
milter:
|
2022-01-20 16:24:23 +00:00
|
|
|
enabled: true
|
2022-01-17 23:27:08 +00:00
|
|
|
port: 7357
|
|
|
|
targetPort: 7357
|
|
|
|
|
2022-03-26 23:16:14 +00:00
|
|
|
cronjob:
|
|
|
|
annotations: {}
|
|
|
|
failedJobsHistoryLimit: 5
|
|
|
|
successfulJobsHistoryLimit: 2
|
2022-01-17 23:27:08 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
sigdatabase:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/var/lib/clamav"
|
|
|
|
scandir:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/scandir"
|
|
|
|
readOnly: true
|
2022-03-26 23:16:14 +00:00
|
|
|
logs:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/logs"
|