Newer
Older
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
podAnnotations: {}
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: 80m
memory: 96Mi
requests:
cpu: 20m
memory: 32Mi
nodeSelector: {}
tolerations: []
affinity: {}
probe:
liveness:
enabled: true
periodSeconds: 10
failureThreshold: 15
readiness:
enabled: true
initialDelaySeconds: 30
periodSeconds: 5
failureThreshold: 2
timeoutSeconds: 5