# Default values for clamav. # This is a YAML-formatted file. # Declare variables to be passed into your templates. replicaCount: 2 image: repository: mailu/clamav 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: 1000m memory: 3Gi requests: cpu: 300m memory: 1536Mi clamav: kind: StatefulSet autoscaling: enabled: false minReplicas: 2 maxReplicas: 6 targetCPUUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80 nodeSelector: {} tolerations: [] affinity: {}