From 453ba0345017973501536bf378eab73ff2324904 Mon Sep 17 00:00:00 2001 From: Geora Barsky Date: Tue, 28 Aug 2018 23:34:55 -0400 Subject: Fx the connection issue to AAI Change the properties names of aai host and port in application properties file to avoid overriding by another environment variables Change-Id: I12b96a747dce5adc909c5a81bbed78a2245e04d9 Issue-ID: LOG-633 Signed-off-by: Geora Barsky --- .../pomba-aaictxbuilder/resources/config/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kubernetes') diff --git a/kubernetes/pomba/charts/pomba-aaictxbuilder/resources/config/application.properties b/kubernetes/pomba/charts/pomba-aaictxbuilder/resources/config/application.properties index 4799f097e4..f1493cd27d 100644 --- a/kubernetes/pomba/charts/pomba-aaictxbuilder/resources/config/application.properties +++ b/kubernetes/pomba/charts/pomba-aaictxbuilder/resources/config/application.properties @@ -26,8 +26,8 @@ server.tomcat.max-threads=200 server.tomcat.min-spare-threads=25 # AAI REST Client Configuration -aai.host={{ .Values.config.aaiServiceName }}.{{.Release.Namespace}} -aai.port={{ .Values.config.aaiPort }} +aai.serviceName={{ .Values.config.aaiServiceName }}.{{.Release.Namespace}} +aai.servicePort={{ .Values.config.aaiPort }} aai.username={{ .Values.config.aaiUsername }} aai.password={{ .Values.config.aaiPassword }} aai.httpProtocol={{ .Values.config.aaiHttpProtocol }} -- cgit 1.2.3-korg