summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--blueprints/holmes-engine.yaml-template2
-rw-r--r--blueprints/holmes-rules.yaml-template2
-rw-r--r--input-templates/phinputs.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/blueprints/holmes-engine.yaml-template b/blueprints/holmes-engine.yaml-template
index dae286d..6ca8cbf 100644
--- a/blueprints/holmes-engine.yaml-template
+++ b/blueprints/holmes-engine.yaml-template
@@ -72,7 +72,7 @@ node_templates:
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
diff --git a/blueprints/holmes-rules.yaml-template b/blueprints/holmes-rules.yaml-template
index 8e4bc54..0589c28 100644
--- a/blueprints/holmes-rules.yaml-template
+++ b/blueprints/holmes-rules.yaml-template
@@ -72,7 +72,7 @@ node_templates:
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
diff --git a/input-templates/phinputs.yaml b/input-templates/phinputs.yaml
index 1422802..07ba828 100644
--- a/input-templates/phinputs.yaml
+++ b/input-templates/phinputs.yaml
@@ -19,7 +19,7 @@ application_config:
# 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 :