diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-09-18 17:36:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-18 17:36:25 +0000 |
commit | 7ee017c736a7254882445090c2dfb800107a17c9 (patch) | |
tree | 4893b2ed3a7109e00d09b2cf569f6feee76b3fe5 /kubernetes/aai/charts | |
parent | b5918e8caf918e1348cb0a2a9cc91f79b8732d78 (diff) | |
parent | d0bd44f5e5c3e908b17e4802fc15c42d26a50f37 (diff) |
Merge "Enabling portal profile for sparky"
Diffstat (limited to 'kubernetes/aai/charts')
-rw-r--r-- | kubernetes/aai/charts/aai-sparky-be/resources/config/application-sync.properties | 6 | ||||
-rw-r--r-- | kubernetes/aai/charts/aai-sparky-be/resources/config/application.properties | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/kubernetes/aai/charts/aai-sparky-be/resources/config/application-sync.properties b/kubernetes/aai/charts/aai-sparky-be/resources/config/application-sync.properties new file mode 100644 index 0000000000..4fb10a21f7 --- /dev/null +++ b/kubernetes/aai/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/kubernetes/aai/charts/aai-sparky-be/resources/config/application.properties b/kubernetes/aai/charts/aai-sparky-be/resources/config/application.properties index 6aa64ff916..aa93c06bca 100644 --- a/kubernetes/aai/charts/aai-sparky-be/resources/config/application.properties +++ b/kubernetes/aai/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 |