[CONSUL] Add limits to consul chart.
[oom.git] / kubernetes / policy / components / policy-apex-pdp / resources / config / config.json
1 #  ============LICENSE_START=======================================================
2 #   Copyright (C) 2018 Ericsson. All rights reserved.
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 #  SPDX-License-Identifier: Apache-2.0
17 #  ============LICENSE_END=========================================================
18 {
19   "javaProperties" : [
20     ["javax.net.ssl.trustStore", "/opt/app/policy/apex-pdp/etc/ssl/policy-truststore"],
21     ["javax.net.ssl.trustStorePassword", "${TRUSTSTORE_PASSWORD_BASE64}"]
22   ],
23   "engineServiceParameters": {
24     "name": "MyApexEngine",
25     "version": "0.0.1",
26     "id": 45,
27     "instanceCount": 4,
28     "deploymentPort": 12345,
29     "policyModelFileName": "examples/models/SampleDomain/SamplePolicyModelJAVASCRIPT.json",
30     "engineParameters": {
31       "executorParameters": {
32         "JAVASCRIPT": {
33           "parameterClassName": "org.onap.policy.apex.plugins.executor.javascript.JavascriptExecutorParameters"
34         }
35       }
36     }
37   },
38   "eventOutputParameters": {
39     "FirstProducer": {
40       "carrierTechnologyParameters": {
41         "carrierTechnology": "FILE",
42         "parameters": {
43           "standardIo": true
44         }
45       },
46       "eventProtocolParameters": {
47         "eventProtocol": "JSON"
48       }
49     }
50   },
51   "eventInputParameters": {
52     "FirstConsumer": {
53       "carrierTechnologyParameters": {
54         "carrierTechnology": "FILE",
55         "parameters": {
56           "standardIo": true
57         }
58       },
59       "eventProtocolParameters": {
60         "eventProtocol": "JSON"
61       }
62     }
63   }
64 }