diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2018-09-18 11:47:11 -0400 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2018-09-18 11:47:48 -0400 |
commit | 245a0b3fb53d96c8453be13b28acb062fa336482 (patch) | |
tree | e76f3698ae29aba36ec5447c8c988f4442082551 /charts/aai-sparky-be | |
parent | 656e268420c956239c923fe2222bddf92ce65ecd (diff) |
Enabling portal profile for sparky
Issue-ID: AAI-1583
Change-Id: I45f5aaa5f15666ea7f1e27bc342f63e68003e9b4
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'charts/aai-sparky-be')
-rw-r--r-- | charts/aai-sparky-be/resources/config/application-sync.properties | 6 | ||||
-rw-r--r-- | charts/aai-sparky-be/resources/config/application.properties | 2 |
2 files changed, 7 insertions, 1 deletions
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 |