define geth_metrics_port for all nodes

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-03-25 11:46:36 +01:00
parent 19f4d07a52
commit da8ccc236e
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

View File

@ -22,6 +22,7 @@
geth_sync_mode: 'snap'
geth_port: 30303
geth_rpc_port: 8545
geth_metrics_port: 6060
geth_websocket_port: 8546
geth_expo_cont_port: 9200
geth_cont_mem_ratio: 0.2
@ -39,6 +40,7 @@
faucet_http_port: 3001
geth_port: 30304
geth_rpc_port: 8547
geth_metrics_port: 6061
geth_websocket_port: 8548
geth_expo_cont_port: 9201
geth_cont_mem_ratio: 0.2
@ -56,6 +58,7 @@
geth_sync_mode: 'snap'
geth_port: 30305
geth_rpc_port: 8549
geth_metrics_port: 6062
geth_websocket_port: 8550
geth_expo_cont_port: 9202
geth_cont_mem_ratio: 0.5