From 4696d2edb74db396dcf8306cf01a5af525c09098 Mon Sep 17 00:00:00 2001 From: barrfalk Date: Sun, 28 Apr 2024 11:38:17 -0700 Subject: [PATCH] Update deployment.yaml --- charts/app/templates/backend/templates/deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/app/templates/backend/templates/deployment.yaml b/charts/app/templates/backend/templates/deployment.yaml index bf7dc03c..ef5f6b60 100644 --- a/charts/app/templates/backend/templates/deployment.yaml +++ b/charts/app/templates/backend/templates/deployment.yaml @@ -44,11 +44,11 @@ spec: value: "10" resources: limits: - cpu: 200m - memory: 100Mi + cpu: 400m + memory: 200Mi requests: - cpu: 50m - memory: 25Mi + cpu: 20m + memory: 100Mi containers: - name: {{ include "backend.fullname" . }} {{- if .Values.backend.securityContext }}