From 5f78c837eae439f09cd9024d1575064813e4a66e Mon Sep 17 00:00:00 2001 From: jcschaff Date: Wed, 8 Jan 2025 09:40:37 -0500 Subject: [PATCH] increase and reserve memory and cpu for simdata-api to prevent flopping --- base/apps/simdata-api.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/base/apps/simdata-api.yaml b/base/apps/simdata-api.yaml index 67514837..703d487a 100644 --- a/base/apps/simdata-api.yaml +++ b/base/apps/simdata-api.yaml @@ -23,11 +23,11 @@ spec: imagePullPolicy: "Always" resources: requests: - memory: "500Mi" - cpu: "500m" + memory: "2Gi" + cpu: "1500m" limits: - memory: "1Gi" - cpu: "1000m" + memory: "2Gi" + cpu: "1500m" readinessProbe: httpGet: path: /health