consul: add network name to service name
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
5f65cfeefe
commit
11cdfe59ff
|
@ -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 }}'
|
||||
|
|
Loading…
Reference in New Issue