diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2020-02-12 13:22:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-12 13:22:47 +0000 |
commit | 4e7114252d86f891420318391bcfb6d0f929ed56 (patch) | |
tree | e5454cb83a3dc67696cf34cbe3fb76bd8005276c /kubernetes/vfc/charts/vfc-resmgr/templates/deployment.yaml | |
parent | e661fb39459ddef74def3e1259f9191a5a7386dc (diff) | |
parent | aaeedabab2c12bfc0d2818e788e33f3cd8f5dd4a (diff) |
Merge "Make use msb iag with https"
Diffstat (limited to 'kubernetes/vfc/charts/vfc-resmgr/templates/deployment.yaml')
-rw-r--r-- | kubernetes/vfc/charts/vfc-resmgr/templates/deployment.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/vfc/charts/vfc-resmgr/templates/deployment.yaml b/kubernetes/vfc/charts/vfc-resmgr/templates/deployment.yaml index 6c6ba6401b..ce381d7140 100644 --- a/kubernetes/vfc/charts/vfc-resmgr/templates/deployment.yaml +++ b/kubernetes/vfc/charts/vfc-resmgr/templates/deployment.yaml @@ -69,6 +69,10 @@ spec: initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }} periodSeconds: {{ .Values.readiness.periodSeconds }} env: + - name: MSB_PROTO + value: "{{ .Values.global.config.msbprotocol }}" + - name: SSL_ENABLED + value: "{{ .Values.global.config.ssl_enabled }}" - name: MSB_ADDR value: "{{ .Values.global.config.msbServiceName }}:{{ .Values.global.config.msbPort }}" volumeMounts: |