consul: fix healtcheck ID to be unique

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-06-12 09:34:24 +02:00
parent 5337a3b285
commit 164cd9b1f8
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

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