From e7b2772d1b84154b0b63a364f0bf6b677d58bac7 Mon Sep 17 00:00:00 2001 From: Domagoj Zecevic Date: Thu, 23 Sep 2021 13:33:26 +0200 Subject: [PATCH] ram adjustemsts --- dev/semcust/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/semcust/deployment.yaml b/dev/semcust/deployment.yaml index f4cb70d..dabb170 100644 --- a/dev/semcust/deployment.yaml +++ b/dev/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 @@ -48,7 +48,7 @@ spec: memory: "256Mi" cpu: "100m" limits: - memory: "256Mi" + memory: "512Mi" cpu: "4" ports: - containerPort: 5200