Merge pull request #1756 from ckross01/patch-1
update link to affinity example
This commit is contained in:
commit
dcac202a2c
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ Please check the [rewrite](../examples/rewrite/README.md) example.
|
||||||
The annotation `ingress.kubernetes.io/affinity` enables and sets the affinity type in all Upstreams of an Ingress. This way, a request will always be directed to the same upstream server.
|
The annotation `ingress.kubernetes.io/affinity` enables and sets the affinity type in all Upstreams of an Ingress. This way, a request will always be directed to the same upstream server.
|
||||||
The only affinity type available for NGINX is `cookie`.
|
The only affinity type available for NGINX is `cookie`.
|
||||||
|
|
||||||
Please check the [affinity](../examples/affinity/README.md) example.
|
Please check the [affinity](../examples/affinity/cookie/README.md) example.
|
||||||
|
|
||||||
### Authentication
|
### Authentication
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue