[OOM] Fixing k8s resources and limits
[oom.git] / kubernetes / dmaap / components / message-router / values.yaml
index b44991b..9645810 100644 (file)
@@ -94,18 +94,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 2000m
+      cpu: 999
       memory: 4Gi
     requests:
-      cpu: 500m
-      memory: 1Gi
+      cpu: 1
+      memory: 2Gi
   large:
     limits:
-      cpu: 4000m
+      cpu: 999
       memory: 8Gi
     requests:
-      cpu: 1000m
-      memory: 2Gi
+      cpu: 2
+      memory: 4Gi
   unlimited: {}
 
 #Pods Service Account