Add note about annotation values

This commit is contained in:
Manuel de Brito Fontes 2017-12-02 10:09:38 -03:00
parent 738d83985e
commit abc546649f

View file

@ -51,6 +51,8 @@ The following annotations are supported:
|[nginx.ingress.kubernetes.io/upstream-hash-by](#custom-nginx-upstream-hashing)|string|
|[nginx.ingress.kubernetes.io/whitelist-source-range](#whitelist-source-range)|CIDR|
**Note:** all the values must be a string. In case of booleans or number it must be quoted.
### Rewrite
In some scenarios the exposed URL in the backend service differs from the specified path in the Ingress rule. Without a rewrite any request will return 404.