Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / cds / components / cds-py-executor / values.yaml
index 148a98d..f3d712e 100755 (executable)
@@ -97,18 +97,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 0.2Gi
+      cpu: "1"
+      memory: "200Mi"
     requests:
-      cpu: 0.5
-      memory: 0.2Gi
+      cpu: "0.5"
+      memory: "200Mi"
   large:
     limits:
-      cpu: 2
-      memory: 0.4Gi
+      cpu: "2"
+      memory: "400Mi"
     requests:
-      cpu: 1
-      memory: 0.4Gi
+      cpu: "1"
+      memory: "400Mi"
   unlimited: {}
 
 #Pods Service Account