Hi @devopsfj,
Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.
The Nginx Ingress Controller in AKS can handle both HTTP (port 80) and HTTPS (port 443) traffic, and it will route traffic to your services correctly. Even if your ingress resource is configured to listen only on port 80, the controller still accepts connections on port 443.
If you disable port 80, it will stop working on both port 80 and port 443.
If you have any further queries, do let us know.
If the answer is helpful, please click "Accept Answer" and "Upvote it."