[OOM] Fixing k8s resources and limits
[oom.git] / kubernetes / policy / components / policy-gui / values.yaml
index 975f103..607af49 100644 (file)
@@ -109,18 +109,18 @@ serviceMesh:
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 200Mi
+      cpu: 999
+      memory: 0.7Gi
     requests:
-      cpu: 1m
-      memory: 50Mi
+      cpu: 0.5
+      memory: 0.7Gi
   large:
     limits:
-      cpu: 1
-      memory: 500Mi
+      cpu: 999
+      memory: 1.4Gi
     requests:
-      cpu: 10m
-      memory: 50Mi
+      cpu: 1
+      memory: 1.4Gi
   unlimited: {}
 
 #Pods Service Account