mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-30 23:47:11 +00:00
set beacon node infura web3 url from infra-pass
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
b57c46cf0a
commit
3888da1e6e
@ -20,6 +20,9 @@ beacon_node_metrics_port : '9300'
|
||||
beacon_node_listening_port: '9100'
|
||||
beacon_node_discovery_port: '9100'
|
||||
|
||||
# Infura URL
|
||||
beacon_node_web3_url: '{{ lookup("passwordstore", "service/Nimbus/infura-url") }}'
|
||||
|
||||
# resource limits
|
||||
beacon_node_mem_limit: '{{ (ansible_memtotal_mb * 0.60) | int }}'
|
||||
beacon_node_mem_reserve: '{{ (ansible_memtotal_mb * 0.4) | int }}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user