Skip to content

Commit

Permalink
Route by port name instead of number
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Gaffney <17263955+gaffneyd4@users.noreply.github.com>
  • Loading branch information
gaffneyd4 committed Mar 30, 2023
1 parent b6a5d32 commit 2e99311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/longhorn/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ spec:
service:
name: longhorn-frontend
port:
number: 80
name: http
{{- else }}
serviceName: longhorn-frontend
servicePort: 80
servicePort: http
{{- end }}
{{- if .Values.ingress.tls }}
tls:
Expand Down

0 comments on commit 2e99311

Please sign in to comment.