[OOM] Fixing k8s resources and limits
[oom.git] / kubernetes / cds / components / cds-sdc-listener / values.yaml
index 274c0cb..404a9a8 100644 (file)
@@ -97,18 +97,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 2
-      memory: 4Gi
+      cpu: 999
+      memory: 0.7Gi
     requests:
-      cpu: 1
-      memory: 1Gi
+      cpu: 0.5
+      memory: 0.7Gi
   large:
     limits:
-      cpu: 4
-      memory: 8Gi
+      cpu: 999
+      memory: 1.4Gi
     requests:
-      cpu: 2
-      memory: 4Gi
+      cpu: 1
+      memory: 1.4Gi
   unlimited: {}
 
 #Pods Service Account