From fd7e1f71de1cdba87a0a81a2ed39416dcfaf0429 Mon Sep 17 00:00:00 2001 From: Antun Franjin Date: Thu, 23 Sep 2021 14:07:33 +0200 Subject: [PATCH] Fix memory and limit usage in deployment file --- qa/semcust/deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qa/semcust/deployment.yaml b/qa/semcust/deployment.yaml index b167346..bfece06 100644 --- a/qa/semcust/deployment.yaml +++ b/qa/semcust/deployment.yaml @@ -27,10 +27,10 @@ spec: image: packages.semapp.lan:5000/semcust_frontend:develop resources: requests: - memory: "512Mi" + memory: "256Mi" cpu: "100m" limits: - memory: "1Gi" + memory: "512Mi" cpu: "4" ports: - containerPort: 8200 @@ -45,10 +45,10 @@ spec: image: packages.semapp.lan:5000/semcust_backend:develop resources: requests: - memory: "512Mi" + memory: "256i" cpu: "100m" limits: - memory: "1Gi" + memory: "512Mi" cpu: "4" ports: - containerPort: 5200