Skip to content
Snippets Groups Projects
values.yaml 2.62 KiB
Newer Older
# Default values for core-ui-middleware.
anne.matthes's avatar
anne.matthes committed
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

global:
  extras:
    monitoring:
      enabled: false

anne.matthes's avatar
anne.matthes committed
replicaCount: 1

maik.schaefer's avatar
maik.schaefer committed
defaultRegistry: registry.open-xchange.com

anne.matthes's avatar
anne.matthes committed
containerPort: 8080

image:
  repository: "core-ui-middleware"
anne.matthes's avatar
anne.matthes committed
  pullPolicy: IfNotPresent
  # Overrides the image tag whose default is the chart appVersion.
  tag: ""

imagePullSecrets: []
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: ""

moritz.bach's avatar
moritz.bach committed
podAnnotations:
  logging.open-xchange.com/format: "appsuite-json"
anne.matthes's avatar
anne.matthes committed

podSecurityContext:
  runAsNonRoot: true
  runAsUser: 1000
  runAsGroup: 1000

securityContext:
  runAsNonRoot: true
  runAsUser: 1000
  runAsGroup: 1000
  allowPrivilegeEscalation: false
  readOnlyRootFilesystem: true
  capabilities:
    drop:
      - ALL
anne.matthes's avatar
anne.matthes committed

service:
  type: ClusterIP
  port: 80

ingress:
  pathMappings: "core-ui-middleware.ingressPathMappings"
anne.matthes's avatar
anne.matthes committed
  annotations: {}
    # kubernetes.io/ingress.class: nginx
    # kubernetes.io/tls-acme: "true"
  hosts:
    - host: chart-example.local
anne.matthes's avatar
anne.matthes committed
  tls: []
  #  - secretName: chart-example-tls
  #    hosts:
  #      - chart-example.local

resources:
  # We recommend to always specify resources after actually measuring the values under
  # production-like circumstances.
  limits:
    cpu: 1
    memory: 768Mi
  requests:
    cpu: 500m
    memory: 196Mi
anne.matthes's avatar
anne.matthes committed

autoscaling:
  enabled: false
  minReplicas: 1
  maxReplicas: 100
  targetCPUUtilizationPercentage: 80
  targetMemoryUtilizationPercentage: 80
anne.matthes's avatar
anne.matthes committed

nodeSelector: {}

tolerations: []

affinity: {}
maik.schaefer's avatar
maik.schaefer committed
probe:
  liveness:
    enabled: true
    periodSeconds: 10
    failureThreshold: 15

  readiness:
    enabled: true
    initialDelaySeconds: 1
maik.schaefer's avatar
maik.schaefer committed
    periodSeconds: 5
    failureThreshold: 2
    timeoutSeconds: 5

baseUrls: []
compressFileSize: 600
compressFileTypes: application/javascript application/json application/x-javascript application/xml application/xml+rss text/css text/html text/javascript text/plain text/xml image/svg+xml
  mode: 'standalone' # Other values: sentinel, cluster
  hosts:
    - localhost:6379
  db: 0
  password: null
  prefix: ui-middleware
  # This is only used for development. A sidecar container is started in the pod.
  # Note: This does not scale!
  sidecar:
    image: redis:latest