update consul faucet check name to be different
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
49e6a9d33c
commit
57b5dd293e
|
@ -8,7 +8,7 @@
|
||||||
tags: ['{{ env }}.{{ stage }}', 'faucet', 'api']
|
tags: ['{{ env }}.{{ stage }}', 'faucet', 'api']
|
||||||
port: '{{ faucet_http_port }}'
|
port: '{{ faucet_http_port }}'
|
||||||
checks:
|
checks:
|
||||||
- id: faucet-http-health
|
- id: '{{ faucet_cont_name }}-health'
|
||||||
name: Faucet HTTP API
|
name: Faucet HTTP API
|
||||||
type: http
|
type: http
|
||||||
http: 'http://localhost:{{ faucet_http_port }}/faucet-info'
|
http: 'http://localhost:{{ faucet_http_port }}/faucet-info'
|
||||||
|
|
Loading…
Reference in New Issue