nimbus.prater: open Erigon metrics port on VPN
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
0956c88d9a
commit
d6de0faf1a
|
@ -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' }
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue