# Default values for endpoint-copier-operator. # This is a YAML-formatted file. # Declare variables to be passed into your templates. replicaCount: 2 image: repository: %%IMG_REPO%%/%%IMG_PREFIX%%endpoint-copier-operator pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "0.2.0" nameOverride: "endpoint-copier-operator" fullnameOverride: "endpoint-copier-operator" serviceAccount: # Specifies whether a service account should be created create: true # Annotations to add to the service account annotations: {} # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: "endpoint-copier-operator" podAnnotations: {} podSecurityContext: runAsNonRoot: true seccompProfile: type: RuntimeDefault securityContext: allowPrivilegeEscalation: false capabilities: drop: - "ALL" resources: limits: cpu: 500m memory: 128Mi requests: cpu: 10m memory: 64Mi autoscaling: enabled: false minReplicas: 1 maxReplicas: 100 targetCPUUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80 nodeSelector: {} tolerations: [] affinity: {}