Skip to content

Commit 0dd7173

Browse files
fix(ethereum): nimbus port assignment (#1305)
1 parent e9c1063 commit 0dd7173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereum/values/_common/nimbus.yaml.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ nimbus:
121121
{{- if (hasKey .Values.scaling "p2pStartPort") }}
122122
p2pNodePort:
123123
enabled: true
124-
port: {{ add (mul (sub $scalingIndex 1) 2) .Values.scaling.p2pStartPort 1 }}
124+
port: {{ add (mul (sub $scalingIndex 1) 3) .Values.scaling.p2pStartPort 1 }}
125125
{{- end }}
126126

127127
prometheus:

0 commit comments

Comments
 (0)