TrueChartsClone/charts/stable/clamav/values.yaml

83 lines
1.7 KiB
YAML

image:
repository: clamav/clamav
pullPolicy: IfNotPresent
tag: 1.3.1@sha256:0f66a329bbaec3cc345a474568ae81d261af5ee01f5747c5acd1b489ff2a46b1
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