Reduce requested minimums on AAI services
[oom.git] / kubernetes / aai / charts / aai-babel / values.yaml
index 199525a..8c192e5 100644 (file)
@@ -25,7 +25,9 @@ global:
 #################################################################
 
 # application image
-image: onap/babel:1.2.0
+image: onap/babel:1.3.2
+
+flavor: small
 
 # application configuration
 config:
@@ -61,4 +63,19 @@ service:
 ingress:
   enabled: false
 
-resources: {}
+resources:
+  small:
+    limits:
+      cpu: 2
+      memory: 4Gi
+    requests:
+      cpu: 0.5
+      memory: 1Gi
+  large:
+    limits:
+      cpu: 4
+      memory: 8Gi
+    requests:
+      cpu: 2
+      memory: 2Gi
+  unlimited: {}