node: remove unnecesary opening of port 9000

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-09-24 14:45:25 +02:00
parent 3b907ade6e
commit 3f479e6827
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 3 deletions

View File

@ -24,9 +24,7 @@ module "node" {
open_tcp_ports = [
"80", /* certbot */
"8000", /* p2p websocket */
"30303", /* p2p main */
/* only on node-01.gc-us-central1-a.wakuv2.prod */
"9000", /* chat2bridge */
"30303", /* libp2p main */
]
open_udp_ports = [
"9000", /* discovery v5 */