Skip to content

Commit

Permalink
fix: removed type NodePort verification
Browse files Browse the repository at this point in the history
  • Loading branch information
dantonbertuol committed Aug 14, 2024
1 parent 632ad5e commit b2b16c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/trino/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ spec:
targetPort: http
protocol: TCP
name: http
{{- if .Values.service.nodePort }}{{- if eq .Values.service.type "NodePort" }}
{{- if .Values.service.nodePort }}
nodePort: {{ .Values.service.nodePort }}
{{- end }}{{- end }}
{{- end }}
{{- if .Values.jmx.exporter.enabled }}
- port: {{ .Values.jmx.exporter.port }}
targetPort: jmx-exporter
Expand Down

0 comments on commit b2b16c7

Please sign in to comment.