Merge "[HOLMES] Remove DCAE-CBS Dependencies"
[oom.git] / kubernetes / aai / components / aai-resources / values.yaml
index 42692dd..5198494 100644 (file)
@@ -51,7 +51,7 @@ global: # global defaults
 
     # Active spring profiles for the resources microservice
     profiles:
-      # aaf-auth profile will be automatically set if aaf enabled is set to true 
+      # aaf-auth profile will be automatically set if aaf enabled is set to true
       active: production,dmaap #,aaf-auth
 
     # Notification event specific properties
@@ -157,7 +157,7 @@ certInitializer:
     chown -R 1000 {{ .Values.credsPath }}
 
 # application image
-image: onap/aai-resources:1.9.1
+image: onap/aai-resources:1.9.3
 pullPolicy: Always
 restartPolicy: Always
 flavor: small
@@ -275,3 +275,8 @@ serviceAccount:
   nameOverride: aai-resources
   roles:
     - read
+
+#Log configuration
+log:
+  path: /var/log/onap
+logConfigMapNamePrefix: '{{ include "common.fullname" . }}'