From ea6635f716999c1624a467e5bc28a1cc0f0ad389 Mon Sep 17 00:00:00 2001 From: Simon Belmas <22192134+simbelmas@users.noreply.github.com> Date: Fri, 28 Jun 2024 18:02:10 +0200 Subject: [PATCH] Resize reauests and limits --- deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment.yaml b/deployment.yaml index 3eb7d0a..5ba082a 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -61,8 +61,8 @@ spec: protocol: TCP resources: requests: - cpu: 2m - memory: 20Mi + cpu: 1m + memory: 10Mi limits: cpu: 100m memory: 50Mi