nimbus.mainnet: mount new NVMe volumes at /docker

https://github.com/status-im/infra-nimbus/issues/127

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-09-14 15:16:37 +02:00
parent 90895a638e
commit 98b38cbf96
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931

View File

@ -1,6 +1,12 @@
---
# Beacon nodes are held on /data so we can't bind it.
bootstrap__extra_volume_path: '/docker'
bootstrap__extra_volume_bind_path: null
# SWAP
swap_file_size_mb: 2048
# Nimbus Beacon Node
beacon_node_network: 'mainnet'
# TODO This is to avoid too long service names.
beacon_node_repo_branch: '{{ (node.branch == "libp2p") | ternary("nim-libp2p-auto-bump-unstable", node.branch) }}'