From: Sylvain Desbureaux Date: Thu, 14 May 2020 11:21:06 +0000 (+0200) Subject: [AAF] Augment CPU limit to locate X-Git-Tag: 7.0.0~440^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4aff7f0653121f7114d42eec3d09531ac13c1e27;p=oom.git [AAF] Augment CPU limit to locate AAF locate may be long to start because of too small CPU limits. Augmenting them in order to have a more reliable behavior Issue-ID: OOM-2411 Signed-off-by: Sylvain Desbureaux Change-Id: Iefcd79ee66be56570a5df83111cbb6559346371e --- diff --git a/kubernetes/aaf/charts/aaf-locate/values.yaml b/kubernetes/aaf/charts/aaf-locate/values.yaml index 47b2f205e5..01a5ab158a 100644 --- a/kubernetes/aaf/charts/aaf-locate/values.yaml +++ b/kubernetes/aaf/charts/aaf-locate/values.yaml @@ -62,18 +62,18 @@ ingress: # Configure resource requests and limits resources: - small: - limits: - cpu: 100m - memory: 320Mi - requests: - cpu: 1m - memory: 210Mi - large: - limits: - cpu: 400m - memory: 1Gi - requests: - cpu: 40m - memory: 500Mi - unlimited: {} + small: + limits: + cpu: 500m + memory: 320Mi + requests: + cpu: 1m + memory: 210Mi + large: + limits: + cpu: 400m + memory: 1Gi + requests: + cpu: 40m + memory: 500Mi + unlimited: {}