summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/charts/ueb-listener/templates/deployment.yaml
diff options
context:
space:
mode:
authorjmac <james.macnider@amdocs.com>2018-05-07 14:38:16 +0000
committerjmac <james.macnider@amdocs.com>2018-05-07 14:38:36 +0000
commitb0d26de32295cd6326340e590d338a210e83086f (patch)
tree5a7ca1be750de1b553450e3da509520d9a62ccd1 /kubernetes/sdnc/charts/ueb-listener/templates/deployment.yaml
parent7ffafb99796a4af35f2cbb5c47c648f49cafcc0b (diff)
Resolve UEB listener dblib config issue
Change-Id: If925a7855b83beba86e769c1350fd65dc4165531 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-1049
Diffstat (limited to 'kubernetes/sdnc/charts/ueb-listener/templates/deployment.yaml')
-rw-r--r--kubernetes/sdnc/charts/ueb-listener/templates/deployment.yaml9
1 files changed, 4 insertions, 5 deletions
diff --git a/kubernetes/sdnc/charts/ueb-listener/templates/deployment.yaml b/kubernetes/sdnc/charts/ueb-listener/templates/deployment.yaml
index e3f324e046..48de1dd668 100644
--- a/kubernetes/sdnc/charts/ueb-listener/templates/deployment.yaml
+++ b/kubernetes/sdnc/charts/ueb-listener/templates/deployment.yaml
@@ -66,9 +66,8 @@ spec:
- mountPath: /etc/localtime
name: localtime
readOnly: true
- - mountPath: /opt/onap/sdnc/data/properties/ueb-listener.properties
- subPath: ueb-listener.properties
- name: ueb-config
+ - mountPath: {{ .Values.config.configDir }}
+ name: {{ include "common.fullname" . }}
resources:
{{ toYaml .Values.resources | indent 12 }}
{{- if .Values.nodeSelector }}
@@ -84,8 +83,8 @@ spec:
- name: localtime
hostPath:
path: /etc/localtime
- - name: ueb-config
+ - name: {{ include "common.fullname" . }}
configMap:
- name: sdnc-ueb-configmap
+ name: {{ include "common.fullname" . }}
imagePullSecrets:
- name: "{{ include "common.namespace" . }}-docker-registry-key" \ No newline at end of file