mirror of
https://github.com/status-im/infra-role-geth.git
synced 2025-01-09 11:45:50 +00:00
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…
x
Reference in New Issue
Block a user