Skip to content

Commit

Permalink
refactor: small simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
cjorge-graphops committed Nov 10, 2023
1 parent 6058285 commit 5cc0cd3
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 @@ -51,7 +51,7 @@ spec:
{{- $componentLabel | nindent 4 }}
{{- if $values.p2pNodePort.enabled }}
{{- $port := $values.p2pNodePort.port }}
{{- $quicPort := add $values.p2pNodePort.port 1 }}
{{- $quicPort := add $port 1 }}
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 5cc0cd3

Please sign in to comment.