diff options
-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 |