aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/vfc/charts/vfc-generic-vnfm-driver/templates
diff options
context:
space:
mode:
authordengyh <dengyuanhong@chinamobile.com>2020-09-23 15:31:26 +0800
committerYuanhong Deng <dengyuanhong@chinamobile.com>2020-09-29 08:40:21 +0000
commit428f605239c7850495ce2e9a3c396b4248c0fe8d (patch)
treea00e9f982373a30f50d6e9943caec6375bbddb3a /kubernetes/vfc/charts/vfc-generic-vnfm-driver/templates
parent665d5264749669a72bda8b27324daae02dd21769 (diff)
[VFC]Refactor environment variables of VFC
Issue-ID: VFC-1751 Change-Id: I27c96ead9ab0bf5054d9abc4c6664262a0430111 Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'kubernetes/vfc/charts/vfc-generic-vnfm-driver/templates')
-rw-r--r--kubernetes/vfc/charts/vfc-generic-vnfm-driver/templates/deployment.yaml6
1 files changed, 2 insertions, 4 deletions
diff --git a/kubernetes/vfc/charts/vfc-generic-vnfm-driver/templates/deployment.yaml b/kubernetes/vfc/charts/vfc-generic-vnfm-driver/templates/deployment.yaml
index c6987f14ee..a9c92ef7b3 100644
--- a/kubernetes/vfc/charts/vfc-generic-vnfm-driver/templates/deployment.yaml
+++ b/kubernetes/vfc/charts/vfc-generic-vnfm-driver/templates/deployment.yaml
@@ -56,12 +56,10 @@ spec:
initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }}
periodSeconds: {{ .Values.readiness.periodSeconds }}
env:
- - name: MSB_PROTO
- value: "{{ .Values.global.config.msbprotocol }}"
+ - name: MSB_HOST
+ value: "{{ .Values.global.config.msbprotocol }}://{{ .Values.global.config.msbServiceName }}:{{ .Values.global.config.msbPort }}"
- name: SSL_ENABLED
value: "{{ .Values.global.config.ssl_enabled }}"
- - name: MSB_ADDR
- value: "{{ .Values.global.config.msbServiceName }}:{{ .Values.global.config.msbPort }}"
- name: REG_TO_MSB_WHEN_START
value: "{{ .Values.global.config.reg_to_msb_when_start }}"
volumeMounts: