SSL termination for TCP application

I am looking into using HA proxy ingress controller in my kubernetes cluster.
The kubernetes backend services use TCP (layer 4).
I want to terminate the TLS ingress traffic for the TCP traffic in the HA proxy ingress controller.
Question: Does HA proxy ingress controller support SSL termination for TCP traffic?

Thank you