summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/charts/aai-modelloader/templates/deployment.yaml
diff options
context:
space:
mode:
authorBorislav Glozman <Borislav.Glozman@amdocs.com>2018-05-02 15:19:46 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-02 15:19:46 +0000
commit04426f3154b454886ce49164e1ac71d1b18261da (patch)
tree7bf6d0418bf44ea50f0737776a5b1f247b9c0564 /kubernetes/aai/charts/aai-modelloader/templates/deployment.yaml
parent753d237a1d62fe0bc67bba99bd4b1bc6771be782 (diff)
parentb4b0948858975bcb7f47803b06c1a6f2a7bea416 (diff)
Merge "Update babel and ml to work properly in oom"
Diffstat (limited to 'kubernetes/aai/charts/aai-modelloader/templates/deployment.yaml')
-rw-r--r--kubernetes/aai/charts/aai-modelloader/templates/deployment.yaml7
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: