Skip to content

Commit

Permalink
Add https port to the service
Browse files Browse the repository at this point in the history
  • Loading branch information
rauldoliveira committed Jun 21, 2024
1 parent 548288d commit f4c76e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/trino/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ spec:
targetPort: http
protocol: TCP
name: http
{{- if .Values.server.config.https.enabled }}
- port: {{ .Values.server.config.https.port }}
targetPort: {{ .Values.server.config.https.port }}
protocol: TCP
name: https
{{- end }}
{{- if .Values.jmx.exporter.enabled }}
- port: {{ .Values.jmx.exporter.port }}
targetPort: jmx-exporter
Expand Down

0 comments on commit f4c76e8

Please sign in to comment.