inputs to policy-handler blueprint 02/69602/2
authorAlex Shatov <alexs@att.com>
Mon, 1 Oct 2018 17:58:36 +0000 (13:58 -0400)
committerAlex Shatov <alexs@att.com>
Mon, 1 Oct 2018 17:58:36 +0000 (13:58 -0400)
- 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

kubernetes/dcaegen2/charts/dcae-bootstrap/resources/inputs/k8s-policy_handler-inputs.yaml

index d4ee73e..50da2cc 100644 (file)
@@ -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