[AAI] Use log template
[oom.git] / kubernetes / aai / components / aai-modelloader / values.yaml
index c0806fe..443bf40 100644 (file)
@@ -19,9 +19,8 @@
 global: # global defaults
   nodePortPrefix: 302
 
-
 # application image
-image: onap/model-loader:1.8.0
+image: onap/model-loader:1.9.1
 pullPolicy: Always
 restartPolicy: Always
 flavor: small
@@ -90,3 +89,8 @@ serviceAccount:
   nameOverride: aai-modelloader
   roles:
     - read
+
+#Log configuration
+log:
+  path: /var/log/onap
+logConfigMapNamePrefix: '{{ include "common.fullname" . }}'