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/aai-sparky-be/resources/config/application.properties | |
parent | b5918e8caf918e1348cb0a2a9cc91f79b8732d78 (diff) | |
parent | d0bd44f5e5c3e908b17e4802fc15c42d26a50f37 (diff) |
Merge "Enabling portal profile for sparky"
Diffstat (limited to 'kubernetes/aai/charts/aai-sparky-be/resources/config/application.properties')
-rw-r--r-- | kubernetes/aai/charts/aai-sparky-be/resources/config/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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 |