infra-nimbus/ansible/host_vars/linux-01.he-eu-hel1.nimbus.sepolia.yml
Jakub Sokołowski 9102e1954a
nimbus.sepolia: fix exposed REST API endpoint
Missing redirect config.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-05-15 16:19:19 +02:00

9 lines
255 B
YAML

---
# Community test REST API endpoint.
beacon_node_rest_address: '0.0.0.0'
# WARNING: This will change if number of nodes changes.
redirect_ports:
# beacon-node-sepolia-unstable-01
- { src: 80, dst: 9311, comment: 'Test Beacon API (80->9311/tcp)' }