summaryrefslogtreecommitdiffstats
path: root/kubernetes/vid
diff options
context:
space:
mode:
authorbiniek <lukasz.biniek@nokia.com>2018-11-15 11:25:08 +0100
committerkurczews <krzysztof.kurczewski@nokia.com>2018-12-03 07:36:16 +0100
commitb812766d6498bc3343b8830f021df709ac560a85 (patch)
tree21dd6dd588034f238ab1c943defb5cda9af2c157 /kubernetes/vid
parent7d79d1126137be3559815f00fb7a316eadd759e4 (diff)
Change template properties for AAI
To be merged together with https://gerrit.onap.org/r/#/c/71855/ Change-Id: Ib09f3e8cdbe01c95594430ae13aab1f7f867b606 Issue-ID: VID-347 Signed-off-by: biniek <lukasz.biniek@nokia.com>
Diffstat (limited to 'kubernetes/vid')
-rw-r--r--kubernetes/vid/templates/deployment.yaml6
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