Reduce requested minimums on AAI services

Change-Id: Icfc4256f65f0cb01b2062ac4d321503b8e2a760d
Issue-ID: AAI-1940
Signed-off-by: jimmy <jf2512@att.com>
diff --git a/charts/aai-babel/values.yaml b/charts/aai-babel/values.yaml
index b26b858..8c192e5 100644
--- a/charts/aai-babel/values.yaml
+++ b/charts/aai-babel/values.yaml
@@ -69,13 +69,13 @@
       cpu: 2
       memory: 4Gi
     requests:
-      cpu: 1
-      memory: 2Gi
+      cpu: 0.5
+      memory: 1Gi
   large:
     limits:
       cpu: 4
       memory: 8Gi
     requests:
-      cpu: 4
-      memory: 8Gi
+      cpu: 2
+      memory: 2Gi
   unlimited: {}