Update log volume directory to proper
directory in the container where the logs
of the update query data is set
This is a first commit that can be used
to hopefully identify what is causing the
issue with sometimes the PUT tool that is trying
to store the widget model is failing
Issue-ID: AAI-1759
Change-Id: I2ee0623aa3e11f95e79295157b4ed29b17395b15
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
diff --git a/kubernetes/aai/charts/aai-traversal/templates/job.yaml b/kubernetes/aai/charts/aai-traversal/templates/job.yaml
index 599bbc2..c8efed7 100644
--- a/kubernetes/aai/charts/aai-traversal/templates/job.yaml
+++ b/kubernetes/aai/charts/aai-traversal/templates/job.yaml
@@ -78,7 +78,7 @@
- mountPath: /opt/app/aai-traversal/resources/etc/appprops/aaiconfig.properties
name: {{ include "common.fullname" . }}-aaiconfig-conf
subPath: aaiconfig.properties
- - mountPath: /var/log/onap
+ - mountPath: /opt/aai/logroot/AAI-GQ/
name: {{ include "common.fullname" . }}-logs
- mountPath: /opt/app/aai-traversal/resources/logback.xml
name: {{ include "common.fullname" . }}-log-conf