diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-05-01 16:03:43 -0400 |
---|---|---|
committer | James Forsyth <jf2512@att.com> | 2018-05-02 14:55:37 +0000 |
commit | b4b0948858975bcb7f47803b06c1a6f2a7bea416 (patch) | |
tree | 63f765ba219c845c6f24be793b2caaf7ab8c87c0 /kubernetes/aai/charts/aai-modelloader/templates/deployment.yaml | |
parent | ae79975b248f7fdaec7170e9c9308053954841e8 (diff) |
Update babel and ml to work properly in oom
Issue-ID: AAI-1110
Change-Id: Ibc51b36bb96c969a61aa54b31abf7c99f0e62fe6
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'kubernetes/aai/charts/aai-modelloader/templates/deployment.yaml')
-rw-r--r-- | kubernetes/aai/charts/aai-modelloader/templates/deployment.yaml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/kubernetes/aai/charts/aai-modelloader/templates/deployment.yaml b/kubernetes/aai/charts/aai-modelloader/templates/deployment.yaml index 38ebe7689f..4bfa67de41 100644 --- a/kubernetes/aai/charts/aai-modelloader/templates/deployment.yaml +++ b/kubernetes/aai/charts/aai-modelloader/templates/deployment.yaml @@ -50,9 +50,9 @@ spec: name: {{ include "common.fullname" . }}-prop-config - mountPath: /opt/app/model-loader/config/auth/ name: {{ include "common.fullname" . }}-auth-config - - mountPath: /var/log/onap + - mountPath: /logs name: {{ include "common.fullname" . }}-logs - - mountPath: /opt/app/model-loader/bundleconfig/etc/logback.xml + - mountPath: /opt/app/model-loader/logback.xml name: {{ include "common.fullname" . }}-log-conf subPath: logback.xml ports: @@ -67,11 +67,10 @@ spec: - mountPath: /usr/share/filebeat/filebeat.yml subPath: filebeat.yml name: filebeat-conf - - mountPath: /var/log/onap + - mountPath: /logs name: {{ include "common.fullname" . }}-logs - mountPath: /usr/share/filebeat/data name: aai-filebeat - volumes: - name: localtime hostPath: |