add documentation

This commit is contained in:
Zenara Daley 2018-12-18 12:53:54 -05:00
parent a066c8b9f8
commit db38da08aa

View file

@ -2,6 +2,9 @@
## Regular Expression Support
!!! important
Regular expressions and wild cards are not supported in the `spec.rules.host` field. Full hostnames must be used.
The ingress controller supports **case insensitive** regular expressions in the `spec.rules.http.paths.path` field.
See the [description](./nginx-configuration/annotations.md#use-regex) of the `use-regex` annotation for more details.