Skip to content

Make readiness probe checking configurable for Ingress/Routes #217

Open
@Ferlonas

Description

@Ferlonas

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions