nimbus.prater: open Geth RPC ports for wakuv2 fleets
https://github.com/status-im/infra-nim-waku/issues/59 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
c1c261a083
commit
414923bfbe
|
@ -76,6 +76,9 @@ open_ports_default_comment: 'Nimbus REST API'
|
|||
open_ports_default_chain: 'VPN'
|
||||
open_ports_list:
|
||||
- { port: '9300:9310', ipset: '{{ env }}.{{ stage }}' }
|
||||
# https://github.com/status-im/infra-nim-waku/issues/59
|
||||
- { port: '8545:9550', ipset: 'wakuv2.test' }
|
||||
- { port: '8545:9550', ipset: 'wakuv2.prod' }
|
||||
|
||||
# Split by hostname for more central location
|
||||
nodes_layout:
|
||||
|
|
Loading…
Reference in New Issue