Merge "Update ansible path from sdnc to ccsdk"
[oom.git] / kubernetes / sdnc / charts / dmaap-listener / values.yaml
index e735090..a0ac529 100644 (file)
@@ -77,18 +77,18 @@ flavor: small
 #Segregation for different environment (small and large)
 
 resources:
- small:
-  limits:
-    cpu: 2
-    memory: 4Gi
-  requests:
-    cpu: 2
-    memory: 4Gi
- large:
-  limits:
-    cpu: 4
-    memory: 8Gi
-  requests:
-    cpu: 4
-    memory: 8Gi
-
+  small:
+    limits:
+      cpu: 2
+      memory: 2Gi
+    requests:
+      cpu: 100m
+      memory: 1Gi
+  large:
+    limits:
+      cpu: 2
+      memory: 4Gi
+    requests:
+      cpu: 1
+      memory: 2Gi
+  unlimited: {}
\ No newline at end of file