TrueChartsClone/charts/stable/clamav/values.yaml

86 lines
1.4 KiB
YAML

image:
repository: tccr.io/truecharts/clamav
pullPolicy: IfNotPresent
tag: 0.105.1@sha256:f4e9d2647e841807522525f5d0f1809e39d0bba00720898913996834413c064a
podSecurityContext:
runAsUser: 0
runAsGroup: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
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: ""
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:
enabled: true
ports:
milter:
enabled: true
port: 7357
targetPort: 7357
cronjob:
annotations: {}
failedJobsHistoryLimit: 5
successfulJobsHistoryLimit: 2
persistence:
sigdatabase:
enabled: true
mountPath: "/var/lib/clamav"
scandir:
enabled: true
mountPath: "/scandir"
readOnly: true
logs:
enabled: true
mountPath: "/logs"
portal:
enabled: false