fix port used for healthcheck, we need the CLI one

This commit is contained in:
Jakub Sokołowski 2018-11-08 13:46:25 +01:00
parent 54c87543a0
commit 9579effadf
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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