kubectl get ingresses shows TCP 80 listener for all services, we need to remove 80 listener port to meet our security requirements.
Environment
DX Platform 2x
Resolution
when ssl is enabled by default the http will be redirected to https routes so even if someone accesses ingress with http the traffic will be redirected automatically to 443.