Is there a way to redirect traffic for specific outbound ports?

I am looking to leverage https://github.com/istio/cni to perform some iptable redirection. Our use case only requires us to redirect outbound traffic with destination port being 80 or 443. Currently it seems there is a exclusion outbound port option but not a include outbound port option.

What is the recommended way for us to achieve this requirement? We don’t want to redirect all ports by default.

Thanks in advance