summaryrefslogtreecommitdiffstats
path: root/charts/aai-modelloader/templates/deployment.yaml
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2018-05-01 16:03:43 -0400
committerJames Forsyth <jf2512@att.com>2018-05-02 14:55:37 +0000
commitb95074ba610d66b5fd36f81077a36ae0a2981a1d (patch)
tree31e3558c47255b2331744cfb722d388fe2f9fbbb /charts/aai-modelloader/templates/deployment.yaml
parent29f11ab7809f22cbcb6a2b245cd47e15f793a439 (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 'charts/aai-modelloader/templates/deployment.yaml')
-rw-r--r--charts/aai-modelloader/templates/deployment.yaml7
1 files changed, 3 insertions, 4 deletions
diff --git a/charts/aai-modelloader/templates/deployment.yaml b/charts/aai-modelloader/templates/deployment.yaml
index 38ebe76..4bfa67d 100644
--- a/charts/aai-modelloader/templates/deployment.yaml
+++ b/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: