summaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/charts/pap/resources
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-03-27 19:05:38 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-27 19:05:38 +0000
commit032e4e3909f1bc504d23cda2c6e90b59b08d6d2c (patch)
tree1465e57baa396290594107a4e9362caab8f92257 /kubernetes/policy/charts/pap/resources
parentb0cd62150e80094eb97ae22d4b0b9cb54545840d (diff)
parentd2b9ed817d996668976b943fc72be5647cf72e08 (diff)
Merge "policy changes pre-1st policy release in frankfurt"
Diffstat (limited to 'kubernetes/policy/charts/pap/resources')
-rw-r--r--kubernetes/policy/charts/pap/resources/config/config.json23
1 files changed, 22 insertions, 1 deletions
diff --git a/kubernetes/policy/charts/pap/resources/config/config.json b/kubernetes/policy/charts/pap/resources/config/config.json
index 48065aeb4b..e4517c7a5d 100644
--- a/kubernetes/policy/charts/pap/resources/config/config.json
+++ b/kubernetes/policy/charts/pap/resources/config/config.json
@@ -49,17 +49,38 @@
"topicSources" : [{
"topic" : "POLICY-PDP-PAP",
"servers" : [ "message-router" ],
+ "useHttps": true,
"topicCommInfrastructure" : "dmaap"
}],
"topicSinks" : [{
"topic" : "POLICY-PDP-PAP",
"servers" : [ "message-router" ],
+ "useHttps" : true,
"topicCommInfrastructure" : "dmaap"
},
{
"topic" : "POLICY-NOTIFICATION",
"servers" : [ "message-router" ],
+ "useHttps" : true,
"topicCommInfrastructure" : "dmaap"
}]
- }
+ },
+ "healthCheckRestClientParameters":[{
+ "clientName": "api",
+ "hostname": "policy-api",
+ "port": 6969,
+ "userName": "healthcheck",
+ "password": "zb!XztG34",
+ "useHttps": true,
+ "basePath": "policy/api/v1/healthcheck"
+ },
+ {
+ "clientName": "distribution",
+ "hostname": "policy-distribution",
+ "port": 6969,
+ "userName": "healthcheck",
+ "password": "zb!XztG34",
+ "useHttps": true,
+ "basePath": "healthcheck"
+ }]
}