From d3755801a78743075a81cad27e4db3392fe66080 Mon Sep 17 00:00:00 2001 From: Alex Shatov Date: Mon, 1 Oct 2018 13:58:36 -0400 Subject: [PATCH] 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 --- .../dcae-bootstrap/resources/inputs/k8s-policy_handler-inputs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6