Skip to content

Commit

Permalink
Merge pull request #3575 from Shopify/document-ingress-wildcard
Browse files Browse the repository at this point in the history
Add documentation for spec.rules.host format
  • Loading branch information
k8s-ci-robot authored Dec 20, 2018
2 parents 66aecbd + e445994 commit 22efaab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/user-guide/ingress-path-matching.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 22efaab

Please sign in to comment.