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-sync.properties | 6 ++++++ charts/aai-sparky-be/resources/config/application.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 charts/aai-sparky-be/resources/config/application-sync.properties (limited to 'charts/aai-sparky-be/resources') diff --git a/charts/aai-sparky-be/resources/config/application-sync.properties b/charts/aai-sparky-be/resources/config/application-sync.properties new file mode 100644 index 0000000..4fb10a2 --- /dev/null +++ b/charts/aai-sparky-be/resources/config/application-sync.properties @@ -0,0 +1,6 @@ +aggregationSyncEnabled=true +historicalEntitySyncEnabled=true +autoSuggestSyncEnabled=true +vnfAliasSyncEnabled=true +geoSyncEnabled=true +viewInspectSyncEnabled=true \ No newline at end of file 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