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

## Overrides for generated resource names
nameOverride: "schemas"

replicaCount: 1

rollingUpdate: {}
  # Ignored if Persistence is enabled
  # maxSurge: 1
  # maxUnavailable: 25%

labels:
  branch: master
  app: sm2-platform

image:
  repository: gcr.io/smartmate-io/sm2/schemas
  tag: latest
  pullPolicy: IfNotPresent

authUriPrefix: "/"

healthProbes: true
healthProbesLivenessTimeout: 5
healthProbesReadinessTimeout: 5
healthProbeLivenessPeriodSeconds: 10
healthProbeReadinessPeriodSeconds: 10
healthProbeLivenessFailureThreshold: 5
healthProbeReadinessFailureThreshold: 3
healthProbeLivenessInitialDelay: 20
healthProbeReadinessInitialDelay: 20

imagePullSecrets: []

service:
  type: ClusterIP
  port: 80

ingress:
  enabled: true
  annotations:
    kubernetes.io/ingress.class: nginx
    kubernetes.io/tls-acme: "true"

  hosts:
    - host: schemas.apps.smartmate.io
      paths:
        path: /

  tls:
   - secretName: apps-smartmate-io-tls
     hosts:
       - "*.apps.smartmate.io"

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: 128Mi
  # requests:
  #   cpu: 100m
  #   memory: 128Mi

nodeSelector: {}

tolerations: []

affinity: {}
