Skip to content

Commit

Permalink
Parameterize spec.ports.protocol
Browse files Browse the repository at this point in the history
Signed-off-by: Enes Kurtanovic <[email protected]>
  • Loading branch information
enes-zed authored Apr 3, 2024
1 parent 8df114b commit 06bf8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/opensearch-dashboards/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
{{- if .Values.service.nodePort }}
nodePort: {{ .Values.service.nodePort }}
{{- end }}
protocol: TCP
protocol: {{ .Values.service.protocol | default "TCP" }}
name: {{ .Values.service.httpPortName | default "http" }}
targetPort: {{ .Values.service.port }}
selector:
Expand Down

0 comments on commit 06bf8e8

Please sign in to comment.