mirror of
https://github.com/fluxcd/flagger.git
synced 2026-02-21 21:41:01 +00:00
This fixes issue https://github.com/weaveworks/flagger/issues/263 We actually don't need to specify any ports in the VirtualService and DestinationRules. Istio will create clusters/listerners for each named port we have declared in the kubernetes services and the router can be shared as it operates only on L7 criterias Also contains a tiny clean-up of imports