Add note about annotation values
This commit is contained in:
parent
738d83985e
commit
abc546649f
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue