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 | 791688ea9fbf350dff95f2ceb4fc7911340345c4 (patch) | |
tree | 5e62cfa11c1754058f69225a364a143e75df0b34 /kubernetes/aai/charts/aai-traversal/templates/job.yaml | |
parent | bce51a3e54fd7514c4cbef6ff2b8135b76d4e961 (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 'kubernetes/aai/charts/aai-traversal/templates/job.yaml')
-rw-r--r-- | kubernetes/aai/charts/aai-traversal/templates/job.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/charts/aai-traversal/templates/job.yaml b/kubernetes/aai/charts/aai-traversal/templates/job.yaml index 599bbc23fc..c8efed74ae 100644 --- a/kubernetes/aai/charts/aai-traversal/templates/job.yaml +++ b/kubernetes/aai/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 |