diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-10-31 13:53:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-31 13:53:52 +0000 |
commit | 53eb42005b127eb09b5e26362072ddbb8260e302 (patch) | |
tree | ac400dc9b4838ab22a2cf4e2688c120097c736dd | |
parent | d5d4f6f9134fabce02074de83b68acbdfc3e0292 (diff) | |
parent | 73d69b48b9a3090cb3484d4b0a5a9affd1662da7 (diff) |
Merge "Fix VID portal URL"
-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 a236754c75..3e6b319444 100644 --- a/kubernetes/vid/templates/deployment.yaml +++ b/kubernetes/vid/templates/deployment.yaml @@ -89,7 +89,7 @@ spec: - name: VID_ECOMP_REDIRECT_URL value: https://{{ .Values.config.portalhost }}:{{ .Values.config.onapport }}/ONAPPORTAL/login.htm - name: VID_ECOMP_REST_URL - value: https://portal-app.{{ include "common.namespace" . }}:{{ .Values.config.onapportrest }}/ONAPPORTAL/auxapi + value: https://portal-app:{{ .Values.config.onapportrest }}/ONAPPORTAL/auxapi - name: VID_ROLE_ACCESS_CENTRALIZED value: "{{ .Values.config.roleaccesscentralized }}" - name: VID_CONTACT_US_LINK |