Skip to content

Commit

Permalink
Merge pull request #125 from davidfrickert/feature/allow-udp-ports
Browse files Browse the repository at this point in the history
#124 - Allow ports to define protocol (UDP / TCP)
  • Loading branch information
laszlocph authored Apr 8, 2024
2 parents 73cde02 + 3d9ff96 commit 96a5c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/onechart/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
nodePort: {{ .nodePort }}
{{- end }}
targetPort: {{ .name }}
protocol: TCP
protocol: {{ if .protocol }}{{ .protocol }}{{ else }}TCP{{ end }}
{{- end }}
{{- end }}
selector:
Expand Down

0 comments on commit 96a5c6b

Please sign in to comment.