Skip to content

Commit 3d59774

Browse files
authored
Use correct p2p address (#517)
1 parent ce25a1d commit 3d59774

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cluster/charts/fuel-streams/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: "1.0"
33
description: A Helm chart for Kubernetes
44
name: fuel-streams
5-
version: 0.11.31
5+
version: 0.11.32
66
dependencies:
77
- name: nats
88
version: 1.3.2

cluster/charts/fuel-streams/templates/publisher/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ spec:
9898
- "--snapshot"
9999
- "./chain-config/mainnet"
100100
- "--reserved-nodes"
101-
- "http://mainnet-0-p2p-ingress.mainnet-0.svc.cluster.local:3033"
101+
- "/dns/mainnet-0-p2p-ingress.mainnet-0.svc.cluster.local/tcp/30333/p2p/16Uiu2HAm9iqviNSwpcmJhRHtcE71aeHuXDhqRoE8RmbQkPyJNv41,/dns/p2p-mainnet.fuel.network/tcp/30334/p2p/16Uiu2HAmPKUaG9FgK9PLdgRhCJfqnYDMsE33RcWP8ErEma9aG1pB,/dns/fuelcore-sentry-2-service.mainnet-0.svc.cluster.local/tcp/30335/p2p/16Uiu2HAmE66uUWozcyesWwVAH6t7W9i4EZQa7K36uTFELsTmH3Ad"
102102
- "--relayer-v2-listening-contracts"
103103
- "0xAEB0c00D0125A8a788956ade4f4F12Ead9f65DDf"
104104
- "--relayer-da-deploy-height"

0 commit comments

Comments
 (0)