Ingress Controller

Hello everyone,
I am trying to expose a service:

How can I do that over HTTPS?
I have tried to change the ports and the redirection rule.

Kong routes created from Ingresses support HTTPS (and HTTP) by default. You should be able to access that route over your HTTPS proxy port as soon as you create it.

If you want to make the route HTTPS-only, you need to set the protocols annotation to https. When you do so, any HTTP requests matching the route will receive the redirect status code response.