From d8c27fababbcf312bdd051cb8c733189dfcbfe7c Mon Sep 17 00:00:00 2001 From: Ahn Jiwan Date: Wed, 8 Nov 2023 23:37:21 +0900 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20chore:=20=EC=A7=80?= =?UTF-8?q?=EB=82=98=EC=B9=98=EA=B2=8C=20=EB=8A=90=EB=A6=B0=20=EC=86=8D?= =?UTF-8?q?=EB=8F=84=EB=A1=9C=20=EC=9D=B8=ED=95=B4=20CPU=20=EB=A6=AC?= =?UTF-8?q?=EC=86=8C=EC=8A=A4=20=ED=95=A0=EB=8B=B9=EB=9F=89=20=EC=A6=9D?= =?UTF-8?q?=EA=B0=80=20(#60)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/manifest.yaml b/k8s/manifest.yaml index 090d421..56a083c 100644 --- a/k8s/manifest.yaml +++ b/k8s/manifest.yaml @@ -24,14 +24,14 @@ spec: resources: limits: memory: "512Mi" - cpu: 0.3 + cpu: 0.5 ports: - containerPort: 8080 readinessProbe: httpGet: path: /swagger-ui/index.html port: 8080 - initialDelaySeconds: 30 + initialDelaySeconds: 40 periodSeconds: 5 failureThreshold: 24 ---