fix port used for healthcheck, we need the CLI one
This commit is contained in:
parent
54c87543a0
commit
9579effadf
|
@ -12,5 +12,5 @@
|
||||||
- id: livepeer-status
|
- id: livepeer-status
|
||||||
name: LivePeer Healthcheck
|
name: LivePeer Healthcheck
|
||||||
type: http
|
type: http
|
||||||
http: 'http://localhost:{{ livepeer_cont_http_port }}/ethAddr'
|
http: 'http://localhost:{{ livepeer_cont_cli_port }}/ethAddr'
|
||||||
when: livepeer_consul_setup
|
when: livepeer_consul_setup
|
||||||
|
|
Loading…
Reference in New Issue