difftreelog
ci(forkless-data) expose ports for prometheus
in: master
2 files changed
.docker/docker-compose.forkless-data.j2diffbeforeafterboth--- a/.docker/docker-compose.forkless-data.j2
+++ b/.docker/docker-compose.forkless-data.j2
@@ -7,6 +7,13 @@
expose:
- 9944
- 9933
+ - 33044
+ - 33055
+ - 33066
+ - 33077
+ - 33088
+ - 33044
+ - 33155
ports:
- 127.0.0.1:9944:9944
- 127.0.0.1:9933:9933
.docker/forkless-config/zombienet-forkless-data.tomldiffbeforeafterboth11 ws_port = 984411 ws_port = 984412 rpc_port = 984312 rpc_port = 984313 p2p_port = 3044413 p2p_port = 3044414 prometheus_port = 3304414 # Zombienet does not grant the default balance to nodes created with [[nodes]].15 # Zombienet does not grant the default balance to nodes created with [[nodes]].15 balance = 200000000000016 balance = 20000000000001718 [[relaychain.nodes]]19 name = "relay-bob"20 ws_port = 985521 rpc_port = 985422 p2p_port = 3055523 prometheus_port = 3305524 # Zombienet does not grant the default balance to nodes created with [[nodes]].25 balance = 20000000000002627 [[relaychain.nodes]]28 name = "relay-charlie"29 ws_port = 986630 rpc_port = 986531 p2p_port = 3066632 prometheus_port = 3306633 # Zombienet does not grant the default balance to nodes created with [[nodes]].34 balance = 20000000000003536 [[relaychain.nodes]]37 name = "relay-dave"38 ws_port = 987739 rpc_port = 987640 p2p_port = 3077741 prometheus_port = 3307742 # Zombienet does not grant the default balance to nodes created with [[nodes]].43 balance = 2000000000000164417 [[relaychain.node_groups]]45 [[relaychain.nodes]]18 name = "relay"46 name = "relay-eve"19 count = 447 ws_port = 988848 rpc_port = 988749 p2p_port = 308850 prometheus_port = 3308851 # Zombienet does not grant the default balance to nodes created with [[nodes]].52 balance = 2000000000000205321[[parachains]]54[[parachains]]22id = 100055id = 100033 ws_port = 994466 ws_port = 994434 rpc_port = 993367 rpc_port = 993335 p2p_port = 3120068 p2p_port = 3120069 prometheus_port = 3314436 args = [70 args = [37 "-lxcm=trace,parity_ws::handler=debug,jsonrpsee_core=trace,jsonrpsee-core=trace,jsonrpsee_ws_server=debug",71 "-lxcm=trace,parity_ws::handler=debug,jsonrpsee_core=trace,jsonrpsee-core=trace,jsonrpsee_ws_server=debug",38 ]72 ]43 ws_port = 994577 ws_port = 994544 rpc_port = 993478 rpc_port = 993445 p2p_port = 3120179 p2p_port = 3120180 prometheus_port = 3315546 args = [81 args = [47 "-lxcm=trace,parity_ws::handler=debug,jsonrpsee_core=trace,jsonrpsee-core=trace,jsonrpsee_ws_server=debug",82 "-lxcm=trace,parity_ws::handler=debug,jsonrpsee_core=trace,jsonrpsee-core=trace,jsonrpsee_ws_server=debug",48 ]83 ]