summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2018-10-17 18:25:28 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2018-10-18 10:52:17 -0400
commit90774b844b9174a66265eb5fb2b767fae51da6ea (patch)
treec51cc9e4fae0a28f217c972d97c3a10b88d24fee
parent09a0aaf4dffe20d48efb5b83ec6b23c5dce2fa6a (diff)
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>
-rw-r--r--charts/aai-traversal/templates/job.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/charts/aai-traversal/templates/job.yaml b/charts/aai-traversal/templates/job.yaml
index 599bbc2..c8efed7 100644
--- a/charts/aai-traversal/templates/job.yaml
+++ b/charts/aai-traversal/templates/job.yaml
@@ -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