From d3555221cf22e176457c6014bc24f918f2807781 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Tue, 16 Dec 2025 13:24:23 -0300 Subject: [PATCH] SIENTIAPDE-1441 Update values.yaml to define resource limits and requests for improved resource management in Kubernetes deployments. --- values.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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: