mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-22 18:38:07 +00:00
mainnet,sepolia,holesky: open Nginx ports for ERA files
It appears the rules were lost at some point: https://github.com/status-im/infra-nimbus/issues/187 And yes, not all hosts need this port open, but will in the future and there's currently no harm in it, it's just dev fleets. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
8395f200b4
commit
8f62939e54
@ -158,6 +158,8 @@ nimbus_era_files_nclidb_path: '/data/beacon-node-{{ beacon_node_network }}-unsta
|
||||
# Open Ports -------------------------------------------------------------------
|
||||
open_ports_default_chain: 'VPN'
|
||||
open_ports_list:
|
||||
- { port: '80', chain: 'SERVICES', comment: 'Nginx' }
|
||||
- { port: '443', chain: 'SERVICES', comment: 'Nginx' }
|
||||
- { port: '6060:6070', ipset: 'metrics.hq', comment: 'EL Metrics' }
|
||||
- { port: '9400:9404', ipset: 'metrics.hq', comment: 'Geth Exporter' }
|
||||
- { port: '9300:9310', ipset: '{{ env }}.{{ stage }}', comment: 'Nimbus REST API' }
|
||||
|
@ -118,6 +118,8 @@ nimbus_era_files_nclidb_path: '/data/beacon-node-{{ beacon_node_network }}-stabl
|
||||
open_ports_default_comment: 'Nimbus REST API'
|
||||
open_ports_default_chain: 'VPN'
|
||||
open_ports_list:
|
||||
- { port: '80', chain: 'SERVICES', comment: 'Nginx' }
|
||||
- { port: '443', chain: 'SERVICES', comment: 'Nginx' }
|
||||
- { port: '9300:9310', ipset: '{{ env }}.{{ stage }}' }
|
||||
- { port: '9400', ipset: 'metrics.hq', comment: 'Geth Exporter' }
|
||||
- { port: '{{ smart_metrics_listen_port }}', ipset: 'metrics.hq', comment: 'SMART Metrics' }
|
||||
|
@ -100,7 +100,9 @@ nimbus_era_files_nclidb_path: '/data/beacon-node-{{ beacon_node_network }}-unsta
|
||||
# Open Ports
|
||||
open_ports_default_chain: 'VPN'
|
||||
open_ports_list:
|
||||
- { port: '{{ smart_metrics_listen_port }}', ipset: 'metrics.hq', comment: 'SMART Metrics' }
|
||||
- { port: '80', chain: 'SERVICES', comment: 'Nginx' }
|
||||
- { port: '443', chain: 'SERVICES', comment: 'Nginx' }
|
||||
- { port: '{{ smart_metrics_listen_port }}', ipset: 'metrics.hq', comment: 'SMART Metrics' }
|
||||
# https://github.com/status-im/infra-nim-waku/issues/59
|
||||
- { port: '8556:8559', ipset: 'waku-nmon.misc', comment: 'HTTP RCP for WakuNetwork Monitor' }
|
||||
- { port: '8556:8559', ipset: 'waku.test', comment: 'HTTP RCP for Waku' }
|
||||
|
Loading…
x
Reference in New Issue
Block a user