nimbus.prater: open geth exporter ports
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
4d43415e61
commit
2320bfd74a
|
@ -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' }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue