nimbus.prater: open Erigon metrics port on VPN

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-03-23 15:13:22 +01:00
parent 0956c88d9a
commit d6de0faf1a
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 2 additions and 1 deletions

View File

@ -154,6 +154,7 @@ open_ports_default_chain: 'VPN'
open_ports_list:
- { port: '9300:9310', ipset: '{{ env }}.{{ stage }}' }
- { port: '9400:9404', ipset: 'metrics.hq', comment: 'Geth Exporter' }
- { port: '7060:7070', ipset: 'metrics.hq', comment: 'Erigon Metrics' }
- { port: '{{ smart_metrics_listen_port }}', ipset: 'metrics.hq', comment: 'SMART Metrics' }
# https://github.com/status-im/infra-nim-waku/issues/59
- { port: '9546:9550', ipset: 'wakuv2.test', comment: 'Wakuv2 Websocket' }

View File

@ -125,7 +125,7 @@
- name: infra-role-erigon
src: git@github.com:status-im/infra-role-erigon.git
version: 8fc4f1cbbd09d44c53bc1e0e799fa1a90402ca1b
version: 8582b643db625128a7e41c0d6aa7d7738b8d631c
scm: git
- name: smart-metrics