From f9ddaaa987b0f1cd3274dbf12cc2263676fcbe63 Mon Sep 17 00:00:00 2001 From: Yury Nevalenny Date: Mon, 18 Nov 2024 18:14:50 +0200 Subject: [PATCH] reduce limits --- infra/kustomize/base/backend.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/kustomize/base/backend.yaml b/infra/kustomize/base/backend.yaml index 184eadc..826f4b6 100644 --- a/infra/kustomize/base/backend.yaml +++ b/infra/kustomize/base/backend.yaml @@ -104,10 +104,10 @@ spec: key: connection-string resources: requests: - cpu: 200m + cpu: 100m memory: 64Mi limits: - cpu: 500m + cpu: 250m memory: 128Mi volumeMounts: - name: backend-data