diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-03-11 10:09:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-11 10:09:23 +0000 |
commit | a2b459b347fb8c14944ee333e5f78daec89ac503 (patch) | |
tree | c182ca810f23aaba92dc15db7e712db576a0b015 /kubernetes/vfc/charts/vfc-catalog/templates/deployment.yaml | |
parent | 1450e4dc479ee0cfefae4c22feef10bd46f2f4e0 (diff) | |
parent | 0a90d8df59e2f09d59bff3d9752781f510368dfa (diff) |
Merge "Add VFC env about reg_to_msb_when_start to determine whether register to microserice"
Diffstat (limited to 'kubernetes/vfc/charts/vfc-catalog/templates/deployment.yaml')
-rw-r--r-- | kubernetes/vfc/charts/vfc-catalog/templates/deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/vfc/charts/vfc-catalog/templates/deployment.yaml b/kubernetes/vfc/charts/vfc-catalog/templates/deployment.yaml index b5246d1d92..028b164e00 100644 --- a/kubernetes/vfc/charts/vfc-catalog/templates/deployment.yaml +++ b/kubernetes/vfc/charts/vfc-catalog/templates/deployment.yaml @@ -87,6 +87,8 @@ spec: {{- include "common.secret.envFromSecret" (dict "global" . "uid" "db-root-pass" "key" "password") | indent 14}} - name: REDIS_ADDR value: "{{ .Values.global.config.redisServiceName }}:{{ .Values.global.config.redisPort }}" + - name: REG_TO_MSB_WHEN_START + value: "{{ .Values.global.config.reg_to_msb_when_start }}" volumeMounts: - name: {{ include "common.fullname" . }}-catalog mountPath: /service/vfc/nfvo/catalog/static |