From: Sonsino, Ofir (os0695) Date: Wed, 31 Oct 2018 08:55:49 +0000 (+0200) Subject: Fix VID portal URL X-Git-Tag: 3.0.0-ONAP~102^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=73d69b48b9a3090cb3484d4b0a5a9affd1662da7;p=oom.git Fix VID portal URL Change-Id: Iecba9f2bbe62e45dc81678cf136260a331dd2fad Issue-ID: VID-330 Signed-off-by: Sonsino, Ofir (os0695) --- 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