diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-09-06 14:06:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-06 14:06:58 +0000 |
commit | 9f5521745269f5d544eb69a9d92dd319a71d8e05 (patch) | |
tree | 44bd56821cea109fc91d27377315f3d5941460c6 /kubernetes/aai/charts/aai-sparky-be/resources/config/application.properties | |
parent | fd6f03148fbe2a94a6547aec64a6b5ab51ec55a5 (diff) | |
parent | b59b7fd9d98742593eced1b77e5b48e1b91d91e8 (diff) |
Merge "Casablanca sparky chart updates"
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 | 31 |
1 files changed, 31 insertions, 0 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 new file mode 100644 index 0000000000..6aa64ff916 --- /dev/null +++ b/kubernetes/aai/charts/aai-sparky-be/resources/config/application.properties @@ -0,0 +1,31 @@ +# Copyright © 2018 Amdocs, Bell Canada, AT&T +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# +# disable the default thyme leaf icon on web-pages +# +spring.mvc.favicon.enabled=false + +# +# to switch to http, remove ssl and put http +# and in the values.yaml change the internalPort to 9517 +# + +spring.profiles.active=camel,http,fe-prod,oxm-schema-prod,oxm-default,resources,sync + +searchservice.hostname={{.Values.global.searchData.serviceName}} +searchservice.port=9509 +searchservice.client-cert=client-cert-onap.p12 +searchservice.client-cert-password=1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 +searchservice.truststore=tomcat_keystore |