[OOM] Fixing k8s resources and limits
[oom.git] / kubernetes / cps / components / cps-temporal / values.yaml
index 298431a..fc0e629 100644 (file)
@@ -83,15 +83,15 @@ replicaCount: 1
 resources:
   small:
     limits:
-      cpu: 2
-      memory: 2Gi
+      cpu: 999
+      memory: 1Gi
     requests:
       cpu: 1
       memory: 1Gi
   large:
     limits:
-      cpu: 4
-      memory: 4Gi
+      cpu: 999
+      memory: 2Gi
     requests:
       cpu: 2
       memory: 2Gi