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:
Jakub Sokołowski 2025-01-07 13:32:12 +01:00
parent 9a37c7b7a4
commit ab363be053
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ geth_cont_vol: '{{ geth_service_path }}/node'
geth_network_name: 'holesky'
geth_sync_mode: 'full'
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_account_pass: '{{lookup("vault", "geth", field="password", stage="all")}}'
geth_authrpc_jwtsecret: '{{lookup("vault", "engine-api", field="jwt-token", stage="all")}}'

View File

@ -94,7 +94,7 @@
- name: infra-role-geth
src: git@github.com:status-im/infra-role-geth.git
version: e26684090210283948b21987f6a665ca345269fc
version: 31cb16cb450928fb74693327681d01bb4e297bb8
- name: infra-role-geth-exporter
src: git@github.com:status-im/infra-role-geth-exporter.git