Executing a pilot with traefik, kubernetes Ingress. Have an issue with HTTPS Ingress setup
time="2022-01-10T16:52:27Z" level=debug msg="'500 Internal Server Error' caused by: x509: cannot validate certificate for 192.168.29.25 because it doesn't contain any IP SANs"
Seems that traefik sends the https request to the backend using IP and not FQDN, these IPs are not inside the certificate with the above result.
Do I miss somewhere some kubernetes service/ingress annotation? Any advice?