From a9f34261594525d8a655bebf80574a633ab00b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B3=E3=83=9E=E3=83=AA=E3=83=B3=E8=A6=AA=E8=A1=9B?= =?UTF-8?q?=E9=9A=8A?= Date: Wed, 14 Feb 2024 08:21:07 +0900 Subject: [PATCH] Update api-deployment.yaml --- manifests/api-deployment.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/api-deployment.yaml b/manifests/api-deployment.yaml index f15daab..4aa4802 100644 --- a/manifests/api-deployment.yaml +++ b/manifests/api-deployment.yaml @@ -22,3 +22,8 @@ spec: env: - name: KUBERNETES_MODE value: "true" + resources: + requests: + memory: 0.1Gi + limits: + memory: 0.5Gi