Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / dmaap / components / dmaap-dr-node / values.yaml
index eef6755..e3f0595 100644 (file)
@@ -23,7 +23,7 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/dmaap/datarouter-node:2.1.13
+image: onap/dmaap/datarouter-node:2.1.15
 pullPolicy: Always
 
 # default number of instances
@@ -101,18 +101,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: {}
 
 #Pods Service Account
@@ -127,4 +127,5 @@ securityContext:
 
 readinessCheck:
   wait_for:
-    - dmaap-dr-prov
+    services:
+      - dmaap-dr-prov