Change-Id: I8e5e97640e092b2f27b2103d4e8a1a151a9f80db
Issue-ID: DCAEGEN2-181
Signed-off-by: Vijay <vv770d@att.com>
         streams_subscribes: {}
       docker_config:
         healthcheck:
-          endpoint: api/holmes-engine-mgmt/v1/healthcheck
+          endpoint: /api/holmes-engine-mgmt/v1/healthcheck
           interval: 15s
           timeout: 1s
           type: http
 
             type: message_router
       docker_config:
         healthcheck:
-          endpoint: api/holmes-rule-mgmt/v1/healthcheck
+          endpoint: /api/holmes-rule-mgmt/v1/healthcheck
           interval: 15s
           timeout: 1s
           type: http
 
     # In long run we should figure out a way of bringing that info into consul record
     #    related to policy-engine itself.
     policy_engine :
-        url : "https://{{ policy_ip_addr }}:8081"
+        url : "http://{{ policy_ip_addr }}:8081"
         path_pdp : "/pdp/"
         path_api : "/pdp/api/"
         headers :