From 3f56d0c3838d43048ef8f3194d508a96b0f6f1fc Mon Sep 17 00:00:00 2001 From: DIYgod Date: Tue, 9 May 2023 16:35:00 +0100 Subject: [PATCH] chore: upgrade the server of the dev environment --- deploy/dev/sts.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/dev/sts.yaml b/deploy/dev/sts.yaml index e4df3f35..2a2bd5a8 100644 --- a/deploy/dev/sts.yaml +++ b/deploy/dev/sts.yaml @@ -40,11 +40,11 @@ spec: protocol: TCP resources: requests: - memory: "400Mi" - cpu: "150m" + memory: "1500Mi" + cpu: "200m" limits: - memory: "1000Mi" - cpu: "500m" + memory: "10000Mi" + cpu: "2000m" terminationMessagePath: /dev/termination-log terminationMessagePolicy: File readinessProbe: