Adding note to Custom Timeouts in Annotation Docs.
It wasnt clear that the timeout values come unitless and in seconds from firsts glance. Adding a simple note i belive will help.
This commit is contained in:
parent
b985449515
commit
4787a51ad5
1 changed files with 2 additions and 0 deletions
|
@ -622,6 +622,8 @@ In some scenarios is required to have different values. To allow this we provide
|
||||||
- `nginx.ingress.kubernetes.io/proxy-next-upstream-tries`
|
- `nginx.ingress.kubernetes.io/proxy-next-upstream-tries`
|
||||||
- `nginx.ingress.kubernetes.io/proxy-request-buffering`
|
- `nginx.ingress.kubernetes.io/proxy-request-buffering`
|
||||||
|
|
||||||
|
Note: All timeout values are unitless and in seconds e.g. `nginx.ingress.kubernetes.io/proxy-read-timeout: "120"` sets a valid 120 seconds proxy read timeout.
|
||||||
|
|
||||||
### Proxy redirect
|
### Proxy redirect
|
||||||
|
|
||||||
With the annotations `nginx.ingress.kubernetes.io/proxy-redirect-from` and `nginx.ingress.kubernetes.io/proxy-redirect-to` it is possible to
|
With the annotations `nginx.ingress.kubernetes.io/proxy-redirect-from` and `nginx.ingress.kubernetes.io/proxy-redirect-to` it is possible to
|
||||||
|
|
Loading…
Reference in a new issue