Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / cds / components / cds-ui / values.yaml
index cadf716..7a25bea 100644 (file)
@@ -98,18 +98,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.2Gi
+      cpu: "2"
+      memory: "200Mi"
     requests:
-      cpu: 1
-      memory: 0.2Gi
+      cpu: "1"
+      memory: "200Mi"
   unlimited: {}
 
 #Pods Service Account