reducing resource request numbers
authorMandeep Khinda <mandeep.khinda@amdocs.com>
Wed, 19 Sep 2018 23:56:37 +0000 (23:56 +0000)
committerMandeep Khinda <Mandeep.Khinda@amdocs.com>
Thu, 20 Sep 2018 00:00:58 +0000 (00:00 +0000)
Issue-ID: OOM-1145

Change-Id: Ic2770086914e7cf1a96f2b6e5fd04bf1bd3f75d8
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
values.yaml

index 25f8ddf..2345b3f 100644 (file)
@@ -258,12 +258,12 @@ resources:
       cpu: 2
       memory: 4Gi
     requests:
-      cpu: 2
-      memory: 4Gi
+      cpu: 1
+      memory: 1Gi
   large:
     limits:
       cpu: 4
       memory: 8Gi
     requests:
-      cpu: 4
-      memory: 8Gi
+      cpu: 2
+      memory: 2Gi