Merge "Fix VID portal URL"
authorAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Wed, 31 Oct 2018 13:53:52 +0000 (13:53 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 31 Oct 2018 13:53:52 +0000 (13:53 +0000)
kubernetes/vid/templates/deployment.yaml

index a236754..3e6b319 100644 (file)
@@ -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