From 245a0b3fb53d96c8453be13b28acb062fa336482 Mon Sep 17 00:00:00 2001 From: "Arul.Nambi" Date: Tue, 18 Sep 2018 11:47:11 -0400 Subject: Enabling portal profile for sparky Issue-ID: AAI-1583 Change-Id: I45f5aaa5f15666ea7f1e27bc342f63e68003e9b4 Signed-off-by: Arul.Nambi --- charts/aai-sparky-be/resources/config/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'charts/aai-sparky-be/resources/config/application.properties') diff --git a/charts/aai-sparky-be/resources/config/application.properties b/charts/aai-sparky-be/resources/config/application.properties index 6aa64ff..aa93c06 100644 --- a/charts/aai-sparky-be/resources/config/application.properties +++ b/charts/aai-sparky-be/resources/config/application.properties @@ -22,7 +22,7 @@ spring.mvc.favicon.enabled=false # and in the values.yaml change the internalPort to 9517 # -spring.profiles.active=camel,http,fe-prod,oxm-schema-prod,oxm-default,resources,sync +spring.profiles.active=camel,http,fe-prod,oxm-schema-prod,oxm-default,resources,sync,portal searchservice.hostname={{.Values.global.searchData.serviceName}} searchservice.port=9509 -- cgit 1.2.3-korg