nimbus.prater: open geth exporter ports

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-10-25 20:26:45 +02:00
parent 4d43415e61
commit 2320bfd74a
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ open_ports_default_comment: 'Nimbus REST API'
open_ports_default_chain: 'VPN' open_ports_default_chain: 'VPN'
open_ports_list: open_ports_list:
- { port: '9300:9310', ipset: '{{ env }}.{{ stage }}' } - { port: '9300:9310', ipset: '{{ env }}.{{ stage }}' }
- { port: '9400:9404', ipset: 'metrics.hq', comment: 'Geth Exporter' }
# https://github.com/status-im/infra-nim-waku/issues/59 # https://github.com/status-im/infra-nim-waku/issues/59
- { port: '9546:9550', ipset: 'wakuv2.test', comment: 'Wakuv2 Websocket' } - { port: '9546:9550', ipset: 'wakuv2.test', comment: 'Wakuv2 Websocket' }