Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / oof / values.yaml
index 3388d8f..738df14 100644 (file)
@@ -99,18 +99,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 999
-      memory: 1Gi
+      cpu: "1"
+      memory: "1Gi"
     requests:
-      cpu: 0.5
-      memory: 1Gi
+      cpu: "0.5"
+      memory: "1Gi"
   large:
     limits:
-      cpu: 999
-      memory: 2Gi
+      cpu: "2"
+      memory: "2Gi"
     requests:
-      cpu: 1
-      memory: 2Gi
+      cpu: "1"
+      memory: "2Gi"
 
   unlimited: {}
 # probe configuration parameters
@@ -147,7 +147,8 @@ oof-has:
 
 readinessCheck:
   wait_for:
-    - policy-xacml-pdp
+    services:
+      - policy-xacml-pdp
 
 #Pods Service Account
 serviceAccount: