diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-12-07 18:13:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-07 18:13:34 +0000 |
commit | 9eeda2d71806fab4ddc4b036194bfe5db9c516f0 (patch) | |
tree | 973e3e18efa15fa0aa1d019c25ee0949d795a251 /kubernetes/aai/charts/aai-sparky-be/resources/config/application.properties | |
parent | 89cf818942a998ff5a43d7d3dd1d0f7fb3b240f1 (diff) | |
parent | cd7a57cb4be85ab5e633e628227c4812dfc11124 (diff) |
Merge "Updating the certs for AAF"
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 aa93c06bca..da4812c646 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,portal +spring.profiles.active=camel,ssl,fe-prod,oxm-schema-prod,oxm-default,resources,sync,portal searchservice.hostname={{.Values.global.searchData.serviceName}} searchservice.port=9509 |