nimbus.sepolia: fix formatting of open ports rules
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d7882b90b4
commit
7f3f50d381
|
@ -116,26 +116,24 @@ bootstrap__firewall_nftables: true
|
|||
# Open Ports
|
||||
open_ports_list:
|
||||
nginx:
|
||||
- { port: ['80','443'], comment: 'Nginx' }
|
||||
- { port: ['80','443'], comment: 'Nginx' }
|
||||
smart-metrics:
|
||||
- { port: '{{ smart_metrics_listen_port }}', comment: 'SMART Metrics', ipset: 'metrics.hq', iifname: 'wg0', }
|
||||
waku-fleets:
|
||||
# https://github.com/status-im/infra-nim-waku/issues/59
|
||||
- { port: '8556-8559', comment: 'HTTP RCP for WakuNetwork Monitor', ipset: 'waku-nmon.misc', iifname: 'wg0'}
|
||||
- { port: '8556-8559', comment: 'HTTP RCP for Waku', ipset: 'waku.test', iifname: 'wg0'}
|
||||
- { port: '9557-9560', comment: 'Websocket for Waku', ipset: 'waku.test', iifname: 'wg0'}
|
||||
- { port: '8556-8559', comment: 'HTTP RCP for Waku', ipset: 'waku.sandbox', iifname: 'wg0'}
|
||||
- { port: '9557-9560', comment: 'Websocket for Waku', ipset: 'waku.sandbox', iifname: 'wg0'}
|
||||
beacon-node:
|
||||
- { port: '9011-9014', comment: 'Beacon node libp2p', protocol: 'tcp'}
|
||||
- { port: '9011-9014', comment: 'Beacon node discovery', protocol: 'udp'}
|
||||
- { port: '9211-9214', comment: 'Beacon Node Metrics', ipset: 'metrics.hq', iifname: 'wg0'}
|
||||
- { port: '9311-9314', comment: 'Beacon Node REST API', ipset: '{{ env }}.{{ stage }}', iifname: 'wg0'}
|
||||
- { port: '{{ smart_metrics_listen_port }}', comment: 'SMART Metrics', ipset: 'metrics.hq', iifname: 'wg0' }
|
||||
geth-node:
|
||||
- { port: '30314-30317', comment: 'Beacon node libp2p', protocol: 'tcp'}
|
||||
- { port: '30314-30317', comment: 'Beacon node discovery', protocol: 'udp'}
|
||||
- { port: '9400-9404', comment: 'Geth Exporter', ipset: 'metrics.hq',iifname: 'wg0'}
|
||||
- { port: '30314-30317', comment: 'Go-Ethereum libp2p', protocol: 'tcp' }
|
||||
- { port: '30314-30317', comment: 'Go-Ethereum discovery', protocol: 'udp' }
|
||||
- { port: '9400-9404', comment: 'Geth Exporter', ipset: 'metrics.hq', iifname: 'wg0' }
|
||||
beacon-node:
|
||||
- { port: '9011-9014', comment: 'Beacon Node libp2p', protocol: 'tcp' }
|
||||
- { port: '9011-9014', comment: 'Beacon Node discovery', protocol: 'udp' }
|
||||
- { port: '9211-9214', comment: 'Beacon Node Metrics', ipset: 'metrics.hq', iifname: 'wg0' }
|
||||
- { port: '9311-9314', comment: 'Beacon Node REST API', ipset: '{{ env }}.{{ stage }}', iifname: 'wg0' }
|
||||
validator-client:
|
||||
- { port: '5053-5057', comment: 'Validator Client REST API', ipset: '{{ env }}.{{ stage }}', iifname: 'wg0'}
|
||||
- { port: '8109-8113', comment: 'Validtor Client Metrics',ipset: 'metrics.hq', iifname: 'wg0'}
|
||||
|
||||
- { port: '5053-5057', comment: 'Validator Client REST API', ipset: '{{ env }}.{{ stage }}', iifname: 'wg0' }
|
||||
- { port: '8109-8113', comment: 'Validator Client Metrics', ipset: 'metrics.hq', iifname: 'wg0' }
|
||||
waku-fleets: # https://github.com/status-im/infra-nim-waku/issues/59
|
||||
- { port: '8556-8559', comment: 'RCP for WakuMonitor', ipset: 'waku-nmon.misc', iifname: 'wg0' }
|
||||
- { port: '8556-8559', comment: 'RCP for waku.test', ipset: 'waku.test', iifname: 'wg0' }
|
||||
- { port: '8556-8559', comment: 'RCP for waku.sandbox', ipset: 'waku.sandbox', iifname: 'wg0' }
|
||||
- { port: '9557-9560', comment: 'Websocket for Waku', ipset: 'waku.test', iifname: 'wg0' }
|
||||
- { port: '9557-9560', comment: 'Websocket for Waku', ipset: 'waku.sandbox', iifname: 'wg0' }
|
||||
|
|
Loading…
Reference in New Issue