I would like to know if traefik does not use case insensitive to route endpoints
example
/api/testeconta
/api/TesteConta
If I declared /TesteConta, shouldn't traefik understand /testeconta for the same service?
My problem is, that traefik ingress understands /TesteConta, but not /testeconta ,
I'm using the kubernetes api ingress declaration