diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-10-17 18:25:28 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-10-18 10:52:17 -0400 |
commit | 90774b844b9174a66265eb5fb2b767fae51da6ea (patch) | |
tree | c51cc9e4fae0a28f217c972d97c3a10b88d24fee /charts | |
parent | 09a0aaf4dffe20d48efb5b83ec6b23c5dce2fa6a (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>
Diffstat (limited to 'charts')
-rw-r--r-- | charts/aai-traversal/templates/job.yaml | 2 |
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 |