Open
Description
When an ingress defines a path, and the deployment has a readinessProbe path defined (it doesn't matter of the paths are the same or different), the controller will create a monitor for ingress-host/ingress-path/readiness-path. This will result in 404 errors, as the only correct available paths are ingress-host/ingress-path and ingress-host/readiness-path.
Using readinessProbes for monitoring should be configurable in order to avoid this problem.
The overridePath annotation is not a good workaround, as it requires manually adapting the path whenever it changes in the ingress.
On another note: is it correct that the controller will only take the first rule of each ingress?
Activity