mirror of
https://github.com/status-im/infra-faucet.git
synced 2025-02-23 16:18:33 +00:00
define geth_metrics_port for all nodes
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
19f4d07a52
commit
da8ccc236e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user