Skip to content

Commit

Permalink
fix(gnosis): change nodePort to hostPort in lighthouse (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjorge-graphops authored Dec 8, 2023
1 parent b4944ce commit f20ed2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnosis/values/_common/lighthouse.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ lighthouse:
- "{{ .Values.flavor }}"

{{- if (hasKey .Values.scaling "p2pStartPort") }}
p2pNodePort:
p2pHostPort:
enabled: true
port: {{ add (mul (sub $scalingIndex 1) 3) .Values.scaling.p2pStartPort 1 }}
{{- end }}
Expand Down

0 comments on commit f20ed2e

Please sign in to comment.