mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-23 19:08:06 +00:00
nimbus-geth-holesky: fix metrics advertised address
We broke it by setting it to an entry from /etc/hosts. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9a37c7b7a4
commit
ab363be053
@ -10,7 +10,7 @@ geth_cont_vol: '{{ geth_service_path }}/node'
|
|||||||
geth_network_name: 'holesky'
|
geth_network_name: 'holesky'
|
||||||
geth_sync_mode: 'full'
|
geth_sync_mode: 'full'
|
||||||
geth_log_level_name: info
|
geth_log_level_name: info
|
||||||
geth_consul_advertised_address: '{{ inventory_hostname }}.wg'
|
geth_consul_rpc_advertised_address: '{{ inventory_hostname }}.wg'
|
||||||
# Geth auth & JWT token
|
# Geth auth & JWT token
|
||||||
geth_account_pass: '{{lookup("vault", "geth", field="password", stage="all")}}'
|
geth_account_pass: '{{lookup("vault", "geth", field="password", stage="all")}}'
|
||||||
geth_authrpc_jwtsecret: '{{lookup("vault", "engine-api", field="jwt-token", stage="all")}}'
|
geth_authrpc_jwtsecret: '{{lookup("vault", "engine-api", field="jwt-token", stage="all")}}'
|
||||||
|
@ -94,7 +94,7 @@
|
|||||||
|
|
||||||
- name: infra-role-geth
|
- name: infra-role-geth
|
||||||
src: git@github.com:status-im/infra-role-geth.git
|
src: git@github.com:status-im/infra-role-geth.git
|
||||||
version: e26684090210283948b21987f6a665ca345269fc
|
version: 31cb16cb450928fb74693327681d01bb4e297bb8
|
||||||
|
|
||||||
- name: infra-role-geth-exporter
|
- name: infra-role-geth-exporter
|
||||||
src: git@github.com:status-im/infra-role-geth-exporter.git
|
src: git@github.com:status-im/infra-role-geth-exporter.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user