From 9579effadf3deaad651ac35301117b6c8e8ae90a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 8 Nov 2018 13:46:25 +0100 Subject: [PATCH] fix port used for healthcheck, we need the CLI one --- tasks/consul.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/consul.yml b/tasks/consul.yml index 690f8d4..275c60e 100644 --- a/tasks/consul.yml +++ b/tasks/consul.yml @@ -12,5 +12,5 @@ - id: livepeer-status name: LivePeer Healthcheck type: http - http: 'http://localhost:{{ livepeer_cont_http_port }}/ethAddr' + http: 'http://localhost:{{ livepeer_cont_cli_port }}/ethAddr' when: livepeer_consul_setup