summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/charts/dmaap-listener/templates
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-03-26 09:31:00 -0400
committerDan Timoney <dtimoney@att.com>2020-04-07 16:09:16 -0400
commit91e91277fa798aeddeac036ffb5673eff03ca066 (patch)
tree7582f7ed9ae61e1ec1af1d25adc85e12e1e8b126 /kubernetes/sdnc/charts/dmaap-listener/templates
parent69332bb71f775f5a4676772cf5c003a2b6d9db59 (diff)
Add dmaap-listener prop files
Add dmaap-listener properties files Issue-ID: SDNC-1138 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I534871a3d690bf86cb2e655f8fb6910a04a1a559
Diffstat (limited to 'kubernetes/sdnc/charts/dmaap-listener/templates')
-rw-r--r--kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml b/kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml
index af78a12d09..e7f06ffda0 100644
--- a/kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml
+++ b/kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml
@@ -101,6 +101,15 @@ spec:
- mountPath: {{ .Values.config.configDir }}/aai.properties
name: properties
subPath: aai.properties
+ - mountPath: {{ .Values.config.configDir }}/dmaap-consumer-CMNotify.properties
+ name: properties
+ subPath: dmaap-consumer-CMNotify.properties
+ - mountPath: {{ .Values.config.configDir }}/dmaap-consumer-a1Adapter-policy.properties
+ name: properties
+ subPath: dmaap-consumer-a1Adapter-policy.properties
+ - mountPath: {{ .Values.config.configDir }}/dmaap-consumer-oofpcipoc.properties
+ name: properties
+ subPath: dmaap-consumer-oofpcipoc.properties
resources:
{{ include "common.resources" . | indent 12 }}
{{- if .Values.nodeSelector }}