[CONSUL] Add limits to consul chart.
[oom.git] / kubernetes / pomba / charts / pomba-contextaggregator / 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 server.port=9529
15 server.ssl.key-store=/auth/tomcat_keystore
16 server.ssl.key-store-password=onapSecret
17 server.ssl.key-password=onapSecret
18
19 builders.properties.path=config/builders/
20
21 # Transport Configuration
22 transport.consume.host=message-router
23 transport.consume.port=3904
24 transport.consume.topic=POA-AUDIT-INIT
25 transport.consume.motsid=motsid@motsid.com
26 transport.consume.pass=1234
27 transport.consume.consumergroup=audit1
28 transport.consume.consumerid=audit1
29 transport.consume.timeout=15000
30 transport.consume.batchsize=8
31 transport.consume.type=HTTPAUTH
32 transport.message-router.apiKey=apiKeyTemp123
33 transport.message-router.apiSecret=apiSecretTemp123
34 transport.message-router.requiredPombaTopics=POA-AUDIT-INIT,POA-AUDIT-RESULT,POA-RULE-VALIDATION
35
36 transport.publish.host=message-router
37 transport.publish.port=3904
38 transport.publish.topic=POA-RULE-VALIDATION
39 transport.publish.motsid=motsid@motsid.com
40 transport.publish.pass=1234
41 transport.publish.batchsize=8
42 transport.publish.maxage=1000
43 transport.publish.delay=1000
44 transport.publish.type=HTTPAUTH
45 transport.publish.partition=1
46 transport.publish.retries=4
47
48 event.header.domain=onap
49 event.header.source-name=RO
50 event.header.event-type=POA-EVENT
51 event.header.entity-type=poa-entity
52 event.header.top-entity-type=poa-entity
53 event.header.topic-name=POA-RULE-VALIDATION