diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-08-31 17:53:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-31 17:53:41 +0000 |
commit | c9ce8f4ada3cdb2b42105bf513351b55e17a7d90 (patch) | |
tree | 77df8563f2e9ffed4d677b058f526f711bca8499 /kubernetes/vid/templates | |
parent | 1b085c1fb1ebc09c535f0c29e12af902556c731c (diff) | |
parent | 12dad208abf3d87e4477e9f1b0f47cc08e7dd4f4 (diff) |
Merge "VID MSO client - enable HTTPS"
Diffstat (limited to 'kubernetes/vid/templates')
-rw-r--r-- | kubernetes/vid/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/vid/templates/deployment.yaml b/kubernetes/vid/templates/deployment.yaml index c8545df689..3a7bdcaa43 100644 --- a/kubernetes/vid/templates/deployment.yaml +++ b/kubernetes/vid/templates/deployment.yaml @@ -93,7 +93,7 @@ spec: - name: VID_ECOMP_SHARED_CONTEXT_REST_URL value: http://portal-app.{{ include "common.namespace" . }}:{{ .Values.config.onapport }}/ONAPPORTAL/context - name: VID_MSO_SERVER_URL - value: http://so.{{ include "common.namespace" . }}:{{ .Values.config.msoport }} + value: https://so.{{ include "common.namespace" . }}:{{ .Values.config.msoport }} - name: VID_MSO_PASS value: "{{ .Values.config.vidmsopass }}" - name: MSO_DME2_SERVER_URL |