[CONSUL] Add limits to consul chart.
[oom.git] / kubernetes / pomba / charts / pomba-validation-service / resources / application.properties
1 # ============LICENSE_START===================================================
2 # Copyright (c) 2018 Amdocs
3 # ============================================================================
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #    http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 # ============LICENSE_END=====================================================
16
17 # Note that the start.sh script sets the following System Properties
18 # We provide default values here for testing purposes
19 APP_HOME=.
20 CONFIG_HOME=appconfig
21 com.att.eelf.logging.path=src/main/resources
22 com.att.eelf.logging.file=logback.xml
23 logback.configurationFile=${com.att.eelf.logging.path}/${com.att.eelf.logging.file}
24
25 schemaIngestPropLoc=${CONFIG_HOME}/schemaIngest.properties
26
27 server.port=9501
28 server.ssl.client-auth=want
29 server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore
30 # Work-around for missing Java certificates file "cacerts". This default value should be overridden.
31 server.ssl.trust-store=${CONFIG_HOME}/auth/tomcat_keystore
32
33 server.tomcat.max-threads=200
34 # The minimum number of threads always kept alive
35 server.tomcat.min-spare-threads=25
36
37 # Spring Boot logging
38 logging.config=${logback.configurationFile}
39
40 consumer.topic.names=poa-rule-validation
41 publisher.topic.names=poa-audit-result
42
43 topics.properties.location=${CONFIG_HOME}/topics/