From: Alex Shatov Date: Mon, 1 Oct 2018 17:58:36 +0000 (-0400) Subject: inputs to policy-handler blueprint X-Git-Tag: 3.0.0-ONAP~222^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d3755801a78743075a81cad27e4db3392fe66080;p=oom.git inputs to policy-handler blueprint - changed the inputs to k8s policy-handler blueprint to use https in url to deployment-handler - using port 8443 instead of 8188 Change-Id: I7920b31853ef92716cacf7bbd45fa9e16387373b Signed-off-by: Alex Shatov Issue-ID: DCAEGEN2-851 --- diff --git a/kubernetes/dcaegen2/charts/dcae-bootstrap/resources/inputs/k8s-policy_handler-inputs.yaml b/kubernetes/dcaegen2/charts/dcae-bootstrap/resources/inputs/k8s-policy_handler-inputs.yaml index d4ee73e303..50da2cc49c 100644 --- a/kubernetes/dcaegen2/charts/dcae-bootstrap/resources/inputs/k8s-policy_handler-inputs.yaml +++ b/kubernetes/dcaegen2/charts/dcae-bootstrap/resources/inputs/k8s-policy_handler-inputs.yaml @@ -81,7 +81,7 @@ application_config: target_entity : "deployment_handler" # url of the deployment-handler service for policy-handler to direct the policy-updates to # - expecting dns to resolve the hostname deployment-handler to ip address - url : "http://deployment-handler:8188" + url : "https://deployment-handler:8443" # limit the size of a single data segment for policy-update messages # from policy-handler to deployment-handler in megabytes max_msg_length_mb : 5