Merge pull request #1756 from ckross01/patch-1

update link to affinity example
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-11-27 14:19:52 -03:00 committed by GitHub
commit dcac202a2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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