[OOM] Fixing k8s cpu limits
[oom.git] / kubernetes / policy / components / policy-distribution / values.yaml
index 3c71e78..48a05f1 100755 (executable)
@@ -128,17 +128,17 @@ resources:
   small:
     limits:
       cpu: 1
-      memory: 4Gi
+      memory: 0.5Gi
     requests:
-      cpu: 100m
-      memory: 1Gi
+      cpu: 0.5
+      memory: 0.5Gi
   large:
     limits:
       cpu: 2
-      memory: 8Gi
+      memory: 1Gi
     requests:
-      cpu: 200m
-      memory: 2Gi
+      cpu: 1
+      memory: 1Gi
   unlimited: {}
 
 #Pods Service Account