[AAI] Deploy latest AAI images
[oom.git] / kubernetes / platform / components / oom-cert-service / values.yaml
index 96b8518..52e7649 100644 (file)
@@ -61,18 +61,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 999
-      memory: 0.5Gi
+      cpu: "1"
+      memory: "500Mi"
     requests:
-      cpu: 0.5
-      memory: 0.5Gi
+      cpu: "0.5"
+      memory: "500Mi"
   large:
     limits:
-      cpu: 999
-      memory: 1Gi
+      cpu: "2"
+      memory: "1Gi"
     requests:
-      cpu: 1
-      memory: 1Gi
+      cpu: "1"
+      memory: "1Gi"
   unlimited: {}