Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / oof / components / oof-has / components / oof-has-api / values.yaml
index 8b2ebdd..0d7bd7c 100755 (executable)
@@ -56,18 +56,18 @@ flavor: small
 resources:
   small:
     limits:
-      memory: 4Gi
-      cpu: 2000m
+      cpu: "1"
+      memory: "1Gi"
     requests:
-      memory: 1Gi
-      cpu: 500m
+      cpu: "0.5"
+      memory: "1Gi"
   large:
     limits:
-      memory: 8Gi
-      cpu: 4000m
+      cpu: "2"
+      memory: "2Gi"
     requests:
-      memory: 2Gi
-      cpu: 1000m
+      cpu: "1"
+      memory: "2Gi"
   unlimited: {}
 # probe configuration parameters
 liveness:
@@ -91,7 +91,8 @@ ingress:
 
 readinessCheck:
   wait_for:
-    - oof-has-controller
+    apps:
+      - oof-has-controller
 
 #Pods Service Account
 serviceAccount: