Newer
Older
# Default values for core-ui-middleware.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
global:
extras:
monitoring:
enabled: false
repository: "core-ui-middleware"
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
podAnnotations:
logging.open-xchange.com/format: "appsuite-json"
podSecurityContext: {}
defaultPodSecurityContext:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
securityContext: {}
defaultSecurityContext:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
resources:
# We recommend to always specify resources after actually measuring the values under
# production-like circumstances.
limits:
cpu: 1
requests:
cpu: 500m
memory: 196Mi
updater:
resources:
# We recommend to not define a cpu limit for this pod. This pod runs compression of many files in a short time frame.
limits:
memory: 768Mi
requests:
cpu: 100m
memory: 196Mi
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 80
nodeSelector: {}
tolerations: []
affinity: {}
probe:
liveness:
enabled: true
periodSeconds: 10
failureThreshold: 15
readiness:
enabled: true
periodSeconds: 5
failureThreshold: 2
timeoutSeconds: 5
logLevel: info
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
slowRequestThreshold: 4000
extras:
monitoring:
enabled: false
mode: 'standalone' # Other values: sentinel, cluster
hosts:
- localhost:6379
tls:
enabled: false
ca: ""
auth:
enabled: false
username: ""
password: ""
# This is only used for development. A sidecar container is started in the pod.
# Note: This does not scale!
sidecar:
image: redis:latest