Skip to content

Commit

Permalink
fix(ci): add http route port number
Browse files Browse the repository at this point in the history
Signed-off-by: Joey Akitoye <josephakitoye@gmail.com>
  • Loading branch information
samtoya committed Sep 30, 2024
1 parent c72f6f0 commit 03888a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flow/templates/virtual-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ spec:
{{- range .route }}
- destination:
host: {{ .destination.host }}
port:
number: {{ .destination.port.number }}
{{ if .destination.subset }}
subset: {{ .destination.subset }}
{{- end }}
Expand Down

0 comments on commit 03888a4

Please # to comment.