[CONSUL] Add limits to consul chart.
[oom.git] / kubernetes / pomba / charts / pomba-networkdiscoveryctxbuilder / resources / config / application.properties
1 # Copyright © 2018 Amdocs
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License
14
15 spring.jersey.type=filter
16 spring.mvc.urls=swagger,docs,prometheus,auditevents,info,heapdump,autoconfig,beans,loggers,dump,env,trace,health,configprops,mappings,metrics,webjars
17
18
19 server.contextPath=/ndcontextbuilder
20 spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
21
22 #This property is used to set the Tomcat connector attributes.developers can define multiple attributes separated by comma
23 #tomcat.connector.attributes=allowTrace-true
24 #The max number of active threads in this pool
25 server.tomcat.max-threads=200
26 #The minimum number of threads always kept alive
27 server.tomcat.min-Spare-Threads=25
28 #The number of milliseconds before an idle thread shutsdown, unless the number of active threads are less or equal to minSpareThreads
29 server.tomcat.max-idle-time=60000
30
31
32 # Network Discovery Context Builder REST Service
33 networkDiscoveryCtxBuilder.httpProtocol={{ .Values.config.networkDiscoveryCtxBuilderHttpProtocol }}
34 networkDiscoveryCtxBuilder.serviceName={{ .Values.global.networkdiscoveryCtxBuilderHost }}
35 networkDiscoveryCtxBuilder.port={{ .Values.config.networkDiscoveryCtxBuilderPort }}
36 # Basic Authorization credentials for Network Discovery Context Builder REST Service
37 networkDiscoveryCtxBuilder.userId={{ .Values.config.networkDiscoveryCtxBuilderUserId }}
38 networkDiscoveryCtxBuilder.password={{ .Values.config.networkDiscoveryCtxBuilderPassword }}
39 networkDiscoveryCtxBuilder.resourceList={{ .Values.config.networkDiscoveryCtxBuilderResourceList }}
40
41 # Service Decomposition REST Client Configuration
42 serviceDecomposition.httpProtocol={{ .Values.config.serviceDecompositionHttpProtocol }}
43 serviceDecomposition.host={{ .Values.config.serviceDecompositionServiceName }}.{{.Release.Namespace}}
44 serviceDecomposition.port={{ .Values.config.serviceDecompositionPort }}
45 serviceDecomposition.serviceInstancePath={{ .Values.config.serviceDecompositionInstancePath }}
46 #Basic Authorization Client credentials for Service Decomposition REST service
47 serviceDecomposition.userId={{ .Values.config.serviceDecompositionUserId }}
48 serviceDecomposition.password={{ .Values.config.serviceDecompositionPassword }}
49
50 # Network Discovery Micro Service REST Client Configuration
51
52 networkDiscoveryMicroService.host={{ .Values.config.networkDiscoveryServiceName }}.{{.Release.Namespace}}
53 networkDiscoveryMicroService.port={{ .Values.config.networkDiscoveryPort }}
54 networkDiscoveryMicroService.httpProtocol={{ .Values.config.networkDiscoveryHttpProtocol }}
55 networkDiscoveryMicroService.networkDiscoveryPath={{ .Values.config.networkDiscoveryPath }}
56 # Wait for Network Discovery MicroService response in milliseconds
57 networkDiscoveryMicroService.responseTimeOutInMilliseconds = {{ .Values.config.networkDiscoveryTimeOutInMilliseconds }}
58 # Basic Authorization credentials for Network Discovery Micro Service Rest Service
59 networkDiscoveryMicroService.userId={{ .Values.config.networkDiscoveryUserId }}
60 networkDiscoveryMicroService.password={{ .Values.config.networkDiscoveryPassword }}
61
62 #Servlet context parameters
63 server.context_parameters.p-name=value