[COMMON] Harmonize resource settings, Part 2
[oom.git] / kubernetes / uui / components / uui-intent-analysis / values.yaml
index a42090f..47a30f8 100644 (file)
@@ -110,16 +110,17 @@ wait_for_job_container:
 resources:
   small:
     limits:
-      cpu: 2
-      memory: 1Gi
+      cpu: "2"
+      memory: "1Gi"
     requests:
-      cpu: 1
-      memory: 256Mi
+      cpu: "1"
+      memory: "200Mi"
   large:
     limits:
-      cpu: 4
-      memory: 2Gi
+      cpu: "4"
+      memory: "2Gi"
     requests:
-      cpu: 2
-      memory: 1Gi
+      cpu: "2"
+      memory: "1Gi"
   unlimited: {}
+