Merge "[STRIMZI] Add option to disable auto creation of kafka topics"
[oom.git] / kubernetes / sdc / components / sdc-wfd-fe / values.yaml
index 2511b1a..3c6645c 100644 (file)
@@ -114,17 +114,17 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 500m
-      memory: 2Gi
+      cpu: 1
+      memory: 1Gi
     requests:
-      cpu: 40m
+      cpu: 0.5
       memory: 1Gi
   large:
     limits:
-      cpu: 1
-      memory: 4Gi
+      cpu: 2
+      memory: 2Gi
     requests:
-      cpu: 80m
+      cpu: 1
       memory: 2Gi
   unlimited: {}