summaryrefslogtreecommitdiffstats
path: root/kubernetes/message-router/templates/message-router-dmaap.yaml
diff options
context:
space:
mode:
authorJerome Doucerain <jerome.doucerain@bell.ca>2018-03-17 14:21:42 -0400
committerJerome Doucerain <jerome.doucerain@bell.ca>2018-03-17 14:29:00 -0400
commitd18576bc9bb956b1ef8cbc042cede2e864aefc51 (patch)
treecffdb91d9506811abfdc34bdcf918c9bc059e7b4 /kubernetes/message-router/templates/message-router-dmaap.yaml
parent7c0f04b760da0d724f365175a0046e9568541012 (diff)
Message-router parameterization
added configmap added primer for zookeeper and kafka Issue-ID: OOM-731 Change-Id: I423294a57faa28beb95578a117ee02accc67a4b3 Signed-off-by: Jerome Doucerain <jerome.doucerain@bell.ca>
Diffstat (limited to 'kubernetes/message-router/templates/message-router-dmaap.yaml')
-rw-r--r--kubernetes/message-router/templates/message-router-dmaap.yaml16
1 files changed, 10 insertions, 6 deletions
diff --git a/kubernetes/message-router/templates/message-router-dmaap.yaml b/kubernetes/message-router/templates/message-router-dmaap.yaml
index f81da769fd..a0c13802bb 100644
--- a/kubernetes/message-router/templates/message-router-dmaap.yaml
+++ b/kubernetes/message-router/templates/message-router-dmaap.yaml
@@ -63,10 +63,13 @@ spec:
name: localtime
readOnly: true
- mountPath: /appl/dmaapMR1/bundleconfig/etc/appprops/MsgRtrApi.properties
+ subPath: MsgRtrApi.properties
name: appprops
- mountPath: /appl/dmaapMR1/etc/cadi.properties
+ subPath: cadi.properties
name: cadi
- mountPath: /appl/dmaapMR1/etc/keyfile
+ subPath: mykey
name: mykey
restartPolicy: Always
volumes:
@@ -74,14 +77,15 @@ spec:
hostPath:
path: /etc/localtime
- name: appprops
- hostPath:
- path: {{ .Values.dataRootDir }}/{{ .Values.nsPrefix }}/message-router/dmaap/MsgRtrApi.properties
+ configMap:
+ name: mr-dmaap-msgrtrapi-prop-configmap
- name: cadi
- hostPath:
- path: {{ .Values.dataRootDir }}/{{ .Values.nsPrefix }}/message-router/dmaap/cadi.properties
+ configMap:
+ name: mr-dmaap-cadi-prop-configmap
- name: mykey
- hostPath:
- path: {{ .Values.dataRootDir }}/{{ .Values.nsPrefix }}/message-router/dmaap/mykey
+ configMap:
+ name: mr-dmaap-mykey-configmap
imagePullSecrets:
- name: "{{ .Values.nsPrefix }}-docker-registry-key"
{{ end }}
+