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

image:
  repository: 590183763515.dkr.ecr.us-east-2.amazonaws.com/studio-api
  pullPolicy: IfNotPresent
  # Overrides the image tag whose default is the chart appVersion.
  tag: b4fccdeaab445173c871e2763fe45f0f95fd7579
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
env:
  - name: CALLBACK_HOST
    valueFrom:
      fieldRef:
        apiVersion: v1
        fieldPath: status.podIP
envFrom: []
# - secretRef:
#     name: secret-name
# - configMapRef:
#     name: config-map-name

podAnnotations: {}
podLabels: {}
podSecurityContext: {}
# fsGroup: 2000

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

service:
  type: ClusterIP
  port: 80
ingress:
  enabled: false
  className: ""
  annotations: {}
  # kubernetes.io/ingress.class: nginx
  # kubernetes.io/tls-acme: "true"
  hosts:
    - host: chart-example.local
      paths:
        - path: /
          pathType: ImplementationSpecific
  tls: []
  #  - secretName: chart-example-tls
  #    hosts:
  #      - chart-example.local
resources:
  # limits:
  #   cpu: 150m
  #   memory: 200Mi
  requests:
    cpu: 125m
    memory: 150Mi
# livenessProbe:
#   httpGet:
#     path: /
#     port: http
# readinessProbe:
#   httpGet:
#     path: /
#     port: http
autoscaling:
  enabled: true
  minReplicas: 1
  maxReplicas: 100
  targetCPUUtilizationPercentage: 80
  targetMemoryUtilizationPercentage: 80
# Additional volumes on the output Deployment definition.
volumes: []
# Additional volumeMounts on the output Deployment definition.
volumeMounts: []
nodeSelector: {}
tolerations: []
affinity: {}
migration:
  enabled: false
