[OOM] Fixing k8s resources and limits
[oom.git] / kubernetes / cds / components / cds-command-executor / values.yaml
index c00118b..bea0d09 100755 (executable)
@@ -81,18 +81,18 @@ ingress:
 resources:
   small:
     limits:
-      cpu: 2
-      memory: 4Gi
+      cpu: 999
+      memory: 0.2Gi
     requests:
-      cpu: 1
-      memory: 1Gi
+      cpu: 0.5
+      memory: 0.2Gi
   large:
     limits:
-      cpu: 4
-      memory: 8Gi
+      cpu: 999
+      memory: 0.4Gi
     requests:
-      cpu: 2
-      memory: 4Gi
+      cpu: 1
+      memory: 0.4Gi
   unlimited: {}
 
 #Pods Service Account