diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2019-04-24 10:21:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-24 10:21:27 +0000 |
commit | f22ae65d1f1fb3b27a082e57e466d7672c1c90d6 (patch) | |
tree | 4d74627a7e094f50063875dff376aabc25e4ba56 /kubernetes/vfc/charts/vfc-vnfres/templates/deployment.yaml | |
parent | 8044dde43d60fc2736806d3598c12ea54d347b1e (diff) | |
parent | e9871c59fce3da4f1a8f0e83fa1b4031f47fef43 (diff) |
Merge "Update vfc chart using OOM shared mariadb galera"
Diffstat (limited to 'kubernetes/vfc/charts/vfc-vnfres/templates/deployment.yaml')
-rw-r--r-- | kubernetes/vfc/charts/vfc-vnfres/templates/deployment.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/vfc/charts/vfc-vnfres/templates/deployment.yaml b/kubernetes/vfc/charts/vfc-vnfres/templates/deployment.yaml index 9f9f1b3377..f2a8b055c0 100644 --- a/kubernetes/vfc/charts/vfc-vnfres/templates/deployment.yaml +++ b/kubernetes/vfc/charts/vfc-vnfres/templates/deployment.yaml @@ -72,6 +72,10 @@ spec: value: "{{ .Values.global.config.msbServiceName }}:{{ .Values.global.config.msbPort }}" - name: MYSQL_ADDR value: "{{ .Values.global.config.dbServiceName }}:{{ .Values.global.config.dbPort }}" + - name: REDIS_ADDR + value: "{{ .Values.global.config.redisServiceName }}:{{ .Values.global.config.redisPort }}" + - name: MYSQL_AUTH + value: "{{ .Values.global.config.dbUser }}:{{ .Values.global.config.mariadbRootPassword }}" volumeMounts: - name: {{ include "common.fullname" . }}-localtime mountPath: /etc/localtime |