Update log volume directory to proper 95/70695/2
authorKajur, Harish (vk250x) <vk250x@att.com>
Wed, 17 Oct 2018 22:25:28 +0000 (18:25 -0400)
committerKajur, Harish (vk250x) <vk250x@att.com>
Thu, 18 Oct 2018 14:52:17 +0000 (10:52 -0400)
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>
kubernetes/aai/charts/aai-traversal/templates/job.yaml

index 599bbc2..c8efed7 100644 (file)
@@ -78,7 +78,7 @@ spec:
         - 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