Skip to content

Commit

Permalink
fix rename missing
Browse files Browse the repository at this point in the history
  • Loading branch information
aWN4Y25pa2EK committed Jun 27, 2024
1 parent 48f47dd commit b25137f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/celestia-node/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
{{- end }}
ports:
{{- if .Values.service.external.ports.p2p }}
- name: p2p
- name: p2p-tcp
port: {{ .Values.service.external.ports.p2p }}
{{- if not (eq .Values.service.external.ports.p2p .Values.node.containerPorts.p2p) }}
targetPort: {{ .Values.node.containerPorts.p2p }}
Expand Down

0 comments on commit b25137f

Please sign in to comment.