diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-12-05 14:24:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-05 14:24:31 +0000 |
commit | a40df9c18b8a31526ccc4c852c544508717bca73 (patch) | |
tree | ec69e526bc0f220c7994ecb7c4831b49ead47ec9 /kubernetes/vid/templates/deployment.yaml | |
parent | a7a8e4efb4f6a4d75f19c6892def211ef68d2152 (diff) | |
parent | b812766d6498bc3343b8830f021df709ac560a85 (diff) |
Merge "Change template properties for AAI"
Diffstat (limited to 'kubernetes/vid/templates/deployment.yaml')
-rw-r--r-- | kubernetes/vid/templates/deployment.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/kubernetes/vid/templates/deployment.yaml b/kubernetes/vid/templates/deployment.yaml index 3e6b319444..8bce2cf1dc 100644 --- a/kubernetes/vid/templates/deployment.yaml +++ b/kubernetes/vid/templates/deployment.yaml @@ -72,10 +72,8 @@ spec: value: "{{ .Values.config.asdcclientrestauth }}" - name: ASDC_CLIENT_REST_PORT value: "{{ .Values.config.asdcclientrestport }}" - - name: VID_AAI_HOST - value: aai.{{ include "common.namespace" . }} - - name: VID_AAI_PORT - value: "{{ .Values.config.vidaaiport }}" + - name: VID_AAI_URL + value: https://aai.{{ include "common.namespace" . }}:{{ .Values.config.vidaaiport }} - name: VID_ECOMP_SHARED_CONTEXT_REST_URL value: http://portal-app.{{ include "common.namespace" . }}:{{ .Values.config.onapport }}/ONAPPORTAL/context - name: VID_MSO_SERVER_URL |