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

domainName: new.drakemall.xyz

serviceAccountName: tiller

service:
  type: ClusterIP
  port: 5000

global:
  dragon-graphql-gateway:
    enabled: false

# may used by dragon-graphql-gateway helm chart, but is not required
# for deployment dragon-universal frontend so feel free to omit
redis:
  enabled: true
  url: "redis://localhost:6379/0"

sitemap:
  enabled: yes
  image: 
    repository: registry.gitlab.com/skinholdings/drakemall-sitemap
    tag: stable
    pullPolicy: IfNotPresent

nginx_proxy:
  replicaCount: 3
  image:
    repository: "registry.gitlab.com/skinholdings/dragon-universal/nginx-proxy"
    tag: v2.1.3
    pullPolicy: IfNotPresent

frontend:
  replicaCount: 3
  image:
    repository: "registry.gitlab.com/skinholdings/dragon-universal"
    tag: v2.1.3
    pullPolicy: IfNotPresent
  env: {}
  resources:
    # We usually recommend not to specify default resources and to leave this as a conscious
    # choice for the user. This also increases chances charts run on environments with little
    # resources, such as Minikube. If you do want to specify resources, uncomment the following
    # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
    limits:
      cpu: 100m
      memory: 64Mi
    requests:
      cpu: 200m
      memory: 128Mi

dragon-graphql-gateway:
  serviceAccountName: tiller

  graphql_gateway:
    replicaCount: 1

  graphql_adapter:
    replicaCount: 1

ingress:
  enabled: true
  annotations:
    kubernetes.io/ingress.class: nginx
  hosts:
    - new.drakemall.xyz

nodeSelector: {}

tolerations: []

affinity: {}