Skip to content

Commit 6dbde56

Browse files
feat(gnosis): adjust lighthouse ports
1 parent be16e37 commit 6dbde56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnosis/values/_common/lighthouse.yaml.gotmpl

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

127127
prometheus:

0 commit comments

Comments
 (0)