From b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4 Mon Sep 17 00:00:00 2001 From: Mathias Knoop Date: Wed, 21 Jun 2023 10:03:31 +0200 Subject: [PATCH] fix: adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. --- charts/managed-identity-wallet/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/managed-identity-wallet/templates/deployment.yaml b/charts/managed-identity-wallet/templates/deployment.yaml index 19b3d66b0..b7c458827 100644 --- a/charts/managed-identity-wallet/templates/deployment.yaml +++ b/charts/managed-identity-wallet/templates/deployment.yaml @@ -73,8 +73,8 @@ spec: initialDelaySeconds: 30 resources: requests: - cpu: "4" - memory: "1Gi" + cpu: "250m" + memory: "500Mi" limits: cpu: "4" memory: 1Gi