[OOM] Fixing k8s resources and limits
[oom.git] / kubernetes / policy / components / policy-apex-pdp / values.yaml
index 1ae7980..52c613f 100755 (executable)
@@ -101,17 +101,17 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 4Gi
+      cpu: 999
+      memory: 1Gi
     requests:
-      cpu: 10m
+      cpu: 0.5
       memory: 1Gi
   large:
     limits:
-      cpu: 2
-      memory: 8Gi
+      cpu: 999
+      memory: 2Gi
     requests:
-      cpu: 20m
+      cpu: 1
       memory: 2Gi
   unlimited: {}