Hi all,
Is it possible to configure kong ingress resource to act for certain endpoints
KI resource is applied over a particular service in my case
If yes how would we do it?
Problem is that we need to add timeouts for a few routes for the same path
eg: There’s an ingress with path set as /path and directed to backend - service_backend
Now we send few requests with different routes for the same path as in example below
https://domain/path/a
https://domain/path/b
https://domain/path/c
We want the connection Timeout to be applied only to /a and /b and not to /c → How would it get possible?
Thanks