From 2a2ca5b217a62623fccb84e5b7c2e1aceda3c323 Mon Sep 17 00:00:00 2001 From: Mohammad Hussein Chahkandi <100763223+muhuchah@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:18:04 +0330 Subject: [PATCH] fix(resource): decrease mem & cpu for front & back --- values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/values.yaml b/values.yaml index f07b766..99ef113 100644 --- a/values.yaml +++ b/values.yaml @@ -34,11 +34,11 @@ postgres: resources: requests: - memory: "3000Mi" - cpu: "2000m" + memory: "1500Mi" + cpu: "1000m" limits: - memory: "3000Mi" - cpu: "2000m" + memory: "1500Mi" + cpu: "1000m" pvc: storage: "3Gi" @@ -57,11 +57,11 @@ frontend: resources: requests: - memory: "3000Mi" - cpu: "2000m" + memory: "1500Mi" + cpu: "1000m" limits: - memory: "3000Mi" - cpu: "2000m" + memory: "1500Mi" + cpu: "1000m" abrimentImagePullSecret: name: negar-abrsecret