Skip to content

Commit

Permalink
fix(lighthouse): set right service nodePort
Browse files Browse the repository at this point in the history
  • Loading branch information
cjorge-graphops committed Nov 10, 2023
1 parent e1ba4e9 commit 6058285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/lighthouse/templates/lighthouse/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
port: {{ include "lighthouse.p2pQuicPort" $values }}
protocol: UDP
targetPort: udp-p2p-quic
nodePort: {{ $port }}
nodePort: {{ $quicPort }}
selector:
{{- include "lighthouse.selectorLabels" . | nindent 4 }}
statefulset.kubernetes.io/pod-name: "{{ include "lighthouse.fullname" $ }}-{{ $componentName }}-0"
Expand Down

0 comments on commit 6058285

Please sign in to comment.