Merge "[DCAEMOD] Uses new tpls for repos / images"
[oom.git] / kubernetes / pomba / components / pomba-networkdiscoveryctxbuilder / resources / config / application.properties
1 {{/*
2 # Copyright © 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 */}}
16
17 spring.jersey.type=filter
18 spring.mvc.urls=swagger,docs,prometheus,auditevents,info,heapdump,autoconfig,beans,loggers,dump,env,trace,health,configprops,mappings,metrics,webjars
19
20
21 server.contextPath=/ndcontextbuilder
22 spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
23
24 #This property is used to set the Tomcat connector attributes.developers can define multiple attributes separated by comma
25 #tomcat.connector.attributes=allowTrace-true
26 #The max number of active threads in this pool
27 server.tomcat.max-threads=200
28 #The minimum number of threads always kept alive
29 server.tomcat.min-Spare-Threads=25
30 #The number of milliseconds before an idle thread shutsdown, unless the number of active threads are less or equal to minSpareThreads
31 server.tomcat.max-idle-time=60000
32
33
34 # Network Discovery Context Builder REST Service
35 networkDiscoveryCtxBuilder.httpProtocol={{ .Values.config.networkDiscoveryCtxBuilderHttpProtocol }}
36 networkDiscoveryCtxBuilder.serviceName={{ .Values.global.networkdiscoveryCtxBuilderHost }}
37 networkDiscoveryCtxBuilder.port={{ .Values.config.networkDiscoveryCtxBuilderPort }}
38 # Basic Authorization credentials for Network Discovery Context Builder REST Service
39 networkDiscoveryCtxBuilder.userId={{ .Values.config.networkDiscoveryCtxBuilderUserId }}
40 networkDiscoveryCtxBuilder.password={{ .Values.config.networkDiscoveryCtxBuilderPassword }}
41 networkDiscoveryCtxBuilder.resourceList={{ .Values.config.networkDiscoveryCtxBuilderResourceList }}
42
43 # Service Decomposition REST Client Configuration
44 serviceDecomposition.httpProtocol={{ .Values.config.serviceDecompositionHttpProtocol }}
45 serviceDecomposition.host={{ .Values.config.serviceDecompositionServiceName }}.{{.Release.Namespace}}
46 serviceDecomposition.port={{ .Values.config.serviceDecompositionPort }}
47 serviceDecomposition.serviceInstancePath={{ .Values.config.serviceDecompositionInstancePath }}
48 #Basic Authorization Client credentials for Service Decomposition REST service
49 serviceDecomposition.userId={{ .Values.config.serviceDecompositionUserId }}
50 serviceDecomposition.password={{ .Values.config.serviceDecompositionPassword }}
51
52 # Network Discovery Micro Service REST Client Configuration
53
54 networkDiscoveryMicroService.host={{ .Values.config.networkDiscoveryServiceName }}.{{.Release.Namespace}}
55 networkDiscoveryMicroService.port={{ .Values.config.networkDiscoveryPort }}
56 networkDiscoveryMicroService.httpProtocol={{ .Values.config.networkDiscoveryHttpProtocol }}
57 networkDiscoveryMicroService.networkDiscoveryPath={{ .Values.config.networkDiscoveryPath }}
58 # Wait for Network Discovery MicroService response in milliseconds
59 networkDiscoveryMicroService.responseTimeOutInMilliseconds = {{ .Values.config.networkDiscoveryTimeOutInMilliseconds }}
60 # Basic Authorization credentials for Network Discovery Micro Service Rest Service
61 networkDiscoveryMicroService.userId={{ .Values.config.networkDiscoveryUserId }}
62 networkDiscoveryMicroService.password={{ .Values.config.networkDiscoveryPassword }}
63
64 #Servlet context parameters
65 server.context_parameters.p-name=value