consul: add network name to service name

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-06-03 11:26:12 +02:00
parent 5f65cfeefe
commit 11cdfe59ff
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ geth_public_addr: '{{ ansible_host }}'
# Consul config
geth_consul_enabled: true
geth_consul_service_name: 'geth'
geth_consul_service_name: 'geth-{{ geth_network_name }}'
geth_consul_default_tags:
- geth
- '{{ env }}.{{ stage }}'