We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c1063 commit 0dd7173Copy full SHA for 0dd7173
ethereum/values/_common/nimbus.yaml.gotmpl
@@ -121,7 +121,7 @@ nimbus:
121
{{- if (hasKey .Values.scaling "p2pStartPort") }}
122
p2pNodePort:
123
enabled: true
124
- port: {{ add (mul (sub $scalingIndex 1) 2) .Values.scaling.p2pStartPort 1 }}
+ port: {{ add (mul (sub $scalingIndex 1) 3) .Values.scaling.p2pStartPort 1 }}
125
{{- end }}
126
127
prometheus:
0 commit comments