update link to affinity example

the example README link was incorrect.
This commit is contained in:
Chris Ross 2017-11-27 09:23:46 -07:00 committed by GitHub
parent aded08ae39
commit 7530499e7d
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 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