aboutsummaryrefslogtreecommitdiffstats
path: root/charts/aai-babel/templates
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-babel/templates
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-babel/templates')
-rw-r--r--charts/aai-babel/templates/deployment.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/charts/aai-babel/templates/deployment.yaml b/charts/aai-babel/templates/deployment.yaml
index 6b1312b..15cd163 100644
--- a/charts/aai-babel/templates/deployment.yaml
+++ b/charts/aai-babel/templates/deployment.yaml
@@ -77,6 +77,9 @@ spec:
name: {{ include "common.fullname" . }}-secrets
- mountPath: /logs
name: {{ include "common.fullname" . }}-logs
+ - mountPath: /opt/app/babel/config/logback.xml
+ name: {{ include "common.fullname" . }}-config
+ subPath: logback.xml
resources:
{{ toYaml .Values.resources | indent 12 }}
{{- if .Values.nodeSelector }}
@@ -99,6 +102,8 @@ spec:
path: artifact-generator.properties
- key: babel-auth.properties
path: babel-auth.properties
+ - key: logback.xml
+ path: logback.xml
- name: {{ include "common.fullname" . }}-secrets
secret:
secretName: {{ include "common.fullname" . }}-babel-secrets