From: Sylvain Desbureaux Date: Tue, 4 May 2021 06:09:27 +0000 (+0200) Subject: [DCAE] Correct cpu limits requests X-Git-Tag: 9.0.0~267^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=d985860f3df6fa39278cd6d4e403250f1340be98 [DCAE] Correct cpu limits requests CPU limits and requests have to be set in "milli" when under 1. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux Change-Id: I70c450994788b0f03217d5b84f10de356e7dd808 --- diff --git a/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml b/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml index 51fcd08c4a..4c1c22f766 100644 --- a/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml +++ b/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml @@ -103,11 +103,11 @@ flavor: small resources: small: limits: - cpu: 0.6 - memory: 1Gi + cpu: 2 + memory: 2Gi requests: - cpu: 0.4 - memory: 600Mib + cpu: 1 + memory: 1Gi large: limits: cpu: 4