Skip to content

Commit

Permalink
fix: peering issue between lighthouse-teku on k8s (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Dec 5, 2023
1 parent 244d1ee commit 97a070b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cl/lighthouse/lighthouse_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def launch(
port_id=BEACON_HTTP_PORT_ID,
extract={
"enr": ".data.enr",
"multiaddr": ".data.discovery_addresses[0]",
"multiaddr": ".data.p2p_addresses[0]",
"peer_id": ".data.peer_id",
},
)
Expand Down
2 changes: 1 addition & 1 deletion src/cl/teku/teku_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def get_config(
"--p2p-subscribe-all-subnets-enabled=true",
"--p2p-peer-lower-bound={0}".format(MIN_PEERS),
"--p2p-advertised-ip=" + PRIVATE_IP_ADDRESS_PLACEHOLDER,
"--p2p-discovery-site-local-addresses-enabled",
"--p2p-discovery-site-local-addresses-enabled=true",
"--rest-api-enabled=true",
"--rest-api-docs-enabled=true",
"--rest-api-interface=0.0.0.0",
Expand Down

0 comments on commit 97a070b

Please sign in to comment.