diff --git a/values.yaml b/values.yaml index bb44c0d..7d4109b 100644 --- a/values.yaml +++ b/values.yaml @@ -52,7 +52,7 @@ securityContext: {} # runAsUser: 1000 -resources: {} +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 @@ -64,6 +64,13 @@ resources: {} # cpu: 100m # memory: 128Mi + limits: + cpu: 1000m + memory: 2048Mi + requests: + cpu: 300m + memory: 512Mi + # This is to setup the liveness and readiness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ livenessProbe: exec: