From 555db9c1f910db06341070941b466e6c05827e27 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Tue, 20 Jun 2023 11:38:39 +0200 Subject: [OOM] Fixing k8s resources and limits This fix is adjusting OOM helm charts components resources limits and requests Issue-ID: OOM-3199 Signed-off-by: Vladimir Turok Change-Id: I56aeba925cda4984277ac7bbf23cfd158263d30f --- .../policy/components/policy-drools-pdp/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kubernetes/policy/components/policy-drools-pdp/values.yaml') diff --git a/kubernetes/policy/components/policy-drools-pdp/values.yaml b/kubernetes/policy/components/policy-drools-pdp/values.yaml index ddc81b6980..9ef74e8d86 100755 --- a/kubernetes/policy/components/policy-drools-pdp/values.yaml +++ b/kubernetes/policy/components/policy-drools-pdp/values.yaml @@ -157,18 +157,18 @@ flavor: small resources: small: limits: - cpu: 1 - memory: 4Gi + cpu: 999 + memory: 0.8Gi requests: - cpu: 100m - memory: 1Gi + cpu: 0.5 + memory: 0.8Gi large: limits: - cpu: 2 - memory: 8Gi + cpu: 999 + memory: 1.6Gi requests: - cpu: 200m - memory: 2Gi + cpu: 1 + memory: 1.6Gi unlimited: {} #Pods Service Account -- cgit 1.2.3-korg