diff --git a/flow/templates/virtual-service.yml b/flow/templates/virtual-service.yml index bc4a4e1..ff9f80b 100644 --- a/flow/templates/virtual-service.yml +++ b/flow/templates/virtual-service.yml @@ -47,6 +47,8 @@ spec: {{- range .route }} - destination: host: {{ .destination.host }} + port: + number: {{ .destination.port.number }} {{ if .destination.subset }} subset: {{ .destination.subset }} {{- end }}