[DCAE] Correct cpu limits requests 62/121062/10
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Tue, 4 May 2021 06:09:27 +0000 (08:09 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Mon, 10 May 2021 20:05:18 +0000 (20:05 +0000)
CPU limits and requests have to be set in "milli" when under 1.

Issue-ID: OOM-1
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I70c450994788b0f03217d5b84f10de356e7dd808

kubernetes/dcaegen2/components/dcae-dashboard/values.yaml

index 51fcd08..4c1c22f 100644 (file)
@@ -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