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']
|
||||
port: '{{ faucet_http_port }}'
|
||||
checks:
|
||||
- id: faucet-http-health
|
||||
- id: '{{ faucet_cont_name }}-health'
|
||||
name: Faucet HTTP API
|
||||
type: http
|
||||
http: 'http://localhost:{{ faucet_http_port }}/faucet-info'
|
||||
|
|
Loading…
Reference in New Issue