90 lines
1.7 KiB
YAML
90 lines
1.7 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/clamav
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.1.0@sha256:ab196d867fcfddedc8dc965d67a2e6824ca65488cf616cc707e9c36efd54e086
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
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: ""
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3310
|
|
protocol: http
|
|
targetPort: 3310
|
|
milter:
|
|
enabled: true
|
|
ports:
|
|
milter:
|
|
enabled: true
|
|
port: 7357
|
|
protocol: http
|
|
targetPort: 7357
|
|
|
|
cronjob:
|
|
annotations: {}
|
|
failedJobsHistoryLimit: 5
|
|
successfulJobsHistoryLimit: 2
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- clamdcheck.sh
|
|
readiness:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- clamdcheck.sh
|
|
startup:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- clamdcheck.sh
|
|
env:
|
|
CLAMAV_NO_CLAMD: false
|
|
CLAMAV_NO_FRESHCLAMD: false
|
|
CLAMAV_NO_MILTERD: true
|
|
CLAMD_STARTUP_TIMEOUT: 1800
|
|
FRESHCLAM_CHECKS: 1
|
|
|
|
persistence:
|
|
sigdatabase:
|
|
enabled: true
|
|
mountPath: /var/lib/clamav
|
|
targetSelectAll: true
|
|
scandir:
|
|
enabled: true
|
|
mountPath: /scandir
|
|
readOnly: true
|
|
targetSelectAll: true
|
|
logs:
|
|
enabled: true
|
|
mountPath: /logs
|
|
targetSelectAll: true
|
|
|
|
portal:
|
|
open:
|
|
enabled: false
|