# Default values for GordiosWhiteLabel.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

app:
  name: eva-storybook

replicaCount: 2

image:
  repository: evastorybook
  pullPolicy: IfNotPresent
  # Overrides the image tag whose default is the chart appVersion.
  tag: ""

env: {}

imagePullSecrets:
  - name: gordiosregistry1
  - name: gordios
nameOverride: ""
fullnameOverride: ""

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: ""

podAnnotations: {}

podSecurityContext:
  {}
  # fsGroup: 2000

securityContext:
  {}
  # capabilities:
  #   drop:
  #   - ALL
  # readOnlyRootFilesystem: true
  # runAsNonRoot: true
  # runAsUser: 1000

service:
  type: LoadBalancer
  httpTargetPort: 6006
  port: 80

resources:
  requests:
    memory: 1Gi
    cpu: 1.5

autoscaling:
  enabled: true
  minReplicas: 2
  maxReplicas: 100
  targetCPUUtilizationPercentage: 60
  targetMemoryUtilizationPercentage: 95

nodeSelector: {}

tolerations: []

affinity: {}
