- 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 <alexs@att.com>
Issue-ID: DCAEGEN2-851
         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