# Default values for clamav. # This is a YAML-formatted file. # Declare variables to be passed into your templates. replicaCount: 2 image: repository: clamav/clamav-debian pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" podAnnotations: {} podSecurityContext: {} # fsGroup: 2000 securityContext: {} # capabilities: # drop: # - ALL # readOnlyRootFilesystem: true # runAsNonRoot: true # runAsUser: 1000 service: type: ClusterIP port: 3310 resources: limits: cpu: 1200m memory: 4Gi requests: cpu: 400m memory: 2Gi clamav: kind: StatefulSet autoscaling: enabled: false minReplicas: 2 maxReplicas: 6 targetCPUUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80 nodeSelector: {} tolerations: [] affinity: {}