diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2019-09-04 09:03:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-04 09:03:25 +0000 |
commit | 14210c66592919f3da12ec7c4d7172f1f25a7bea (patch) | |
tree | ce930e9bf8bd0d9ba3cebe0a29bf7d257831ebc6 | |
parent | a93633c3aa539cfd15818263b6c3fa3d2b0fefa4 (diff) | |
parent | c4762a6386bd7162b7c14d06fb769bb11a14ede4 (diff) |
Merge "Add policy-api to xacml-pdp config for OOM"
-rw-r--r-- | kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json b/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json index 5635c05efa..4483a1b51a 100644 --- a/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json +++ b/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json @@ -25,6 +25,14 @@ "https": true, "aaf": false }, + "policyApiParameters": { + "host": "policy-api", + "port": 6969, + "userName": "healthcheck", + "password": "zb!XztG34", + "https": true, + "aaf": false + }, "applicationPath": "/opt/app/policy/pdpx/apps", "topicParameterGroup": { "topicSources" : [{ |