Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
fix service port in ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaber authored Jul 31, 2023
1 parent 7f80e4f commit b3b7c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm-chart/servicegateway/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
service:
name: {{ $fullName }}
port:
number: {{ $svcPort }}
number: {{ $.Values.service.port}}
{{- end }}
{{- end }}
---
Expand Down

0 comments on commit b3b7c25

Please sign in to comment.