We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, Does the ingress controller has now support for regex in paths? #20 is the same request, but in OPEN state, was it developed and and if yes:
The text was updated successfully, but these errors were encountered:
hi @falitjain
We don't support regex in Ingress resources.
However, we recently added support for regex to our VirtualServer/VirtualServerRoute resources. Here is an example:
- path: ~ ^/decaf/.*\\.jpg$ action: pass: coffee
This feature will be available in 1.6.0 release, which is planned for the middle of December. Currently, it is already available in the edge version -- https://github.com/nginxinc/kubernetes-ingress/#nginx-ingress-controller-releases
Sorry, something went wrong.
Added support in: #766 when using VirtualServer/VirtualServerRoute resources.
No branches or pull requests
Hi,
Does the ingress controller has now support for regex in paths?
#20 is the same request, but in OPEN state, was it developed and and if yes:
The text was updated successfully, but these errors were encountered: