consul: fix healtcheck ID to be unique
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
5337a3b285
commit
164cd9b1f8
|
@ -29,7 +29,7 @@
|
|||
meta:
|
||||
container: '{{ nimbus_fluffy_service_name }}'
|
||||
checks:
|
||||
- id: '{{ nimbus_fluffy_consul_metrics_service_name }}-health'
|
||||
- id: '{{ nimbus_fluffy_service_name }}-metrics-health'
|
||||
name: '{{ nimbus_fluffy_consul_metrics_service_name }}-health'
|
||||
interval: '{{ nimbus_fluffy_consul_check_interval }}'
|
||||
timeout: '{{ nimbus_fluffy_consul_check_timeout }}'
|
||||
|
|
Loading…
Reference in New Issue