summaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/components/message-router/templates/statefulset.yaml
diff options
context:
space:
mode:
authorsu622b <su622b@att.com>2019-08-08 00:28:29 -0400
committersunil unnava <su622b@att.com>2019-08-09 15:12:31 +0000
commite91903302e5793578aa0f5737b816be8139147d6 (patch)
tree21acfa31f245452f35935777d2445a355112ad20 /kubernetes/dmaap/components/message-router/templates/statefulset.yaml
parent4b81773259ba002b28d14db2a17ded946876fba7 (diff)
DMaaP MR changes for ElAlto early drop
Issue-ID: DMAAP-1270 Change-Id: Icd0cf60921750b84840a5a344eb15a736684e329 Signed-off-by: su622b <su622b@att.com> (cherry picked from commit fdce6590ce5747ddc87baf74dd902dae6ee035e7)
Diffstat (limited to 'kubernetes/dmaap/components/message-router/templates/statefulset.yaml')
-rw-r--r--kubernetes/dmaap/components/message-router/templates/statefulset.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/kubernetes/dmaap/components/message-router/templates/statefulset.yaml b/kubernetes/dmaap/components/message-router/templates/statefulset.yaml
index 7bf88f5f8e..f7b51d1b9e 100644
--- a/kubernetes/dmaap/components/message-router/templates/statefulset.yaml
+++ b/kubernetes/dmaap/components/message-router/templates/statefulset.yaml
@@ -76,6 +76,9 @@ spec:
- mountPath: /appl/dmaapMR1/bundleconfig/etc/appprops/MsgRtrApi.properties
subPath: MsgRtrApi.properties
name: appprops
+ - mountPath: /appl/dmaapMR1/bundleconfig/etc/logback.xml
+ subPath: logback.xml
+ name: logback
- mountPath: /appl/dmaapMR1/etc/cadi.properties
subPath: cadi.properties
name: cadi
@@ -91,6 +94,9 @@ spec:
- name: appprops
configMap:
name: {{ include "common.fullname" . }}-msgrtrapi-prop-configmap
+ - name: logback
+ configMap:
+ name: {{ include "common.fullname" . }}-logback-xml-configmap
- name: cadi
configMap:
name: {{ include "common.fullname" . }}-cadi-prop-configmap