Merge "[AAI] Helm changes for DMaaP deprecation"
[oom.git] / kubernetes / aai / values.yaml
index ddb018e..a257ee0 100644 (file)
@@ -25,7 +25,7 @@ global: # global defaults
   dockerhubRepository: docker.io
   busyboxImage: busybox
 
-  readinessImage: onap/oom/readiness:5.0.1
+  readinessImage: onap/oom/readiness:6.0.3
 
   loggingRepository: docker.elastic.co
   loggingImage: beats/filebeat:5.5.0
@@ -212,7 +212,7 @@ global: # global defaults
     # Active spring profiles for the resources microservice
     # aaf-auth profile will be automatically set if aaf enabled is set to true
     profiles:
-      active: production,dmaap #,aaf-auth
+      active: production,kafka #,aaf-auth
 
     # Notification event specific properties
     notification:
@@ -332,7 +332,7 @@ haproxy:
   initContainers:
     resources:
       cpu: "50m"
-      memory: "0.5Gi"
+      memory: "500Mi"
   requestBlocking:
     enabled: false
     customConfigs: []