From bf5b2c001477df6f45bd5ebbbcccd24754d5de7f Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Thu, 7 Jul 2016 07:56:52 -0700 Subject: [PATCH] Minor README edit. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a4935df..591fc948 100644 --- a/README.md +++ b/README.md @@ -291,7 +291,7 @@ Zero downtime deployments are accomplished through the use of a Lua module, whic The ZDD script includes the ability to specify a pre-kill hook, which is executed before draining tasks are terminated. This allows you to run your own automated checks against the old and new app before the deploy continues. -## Traffic splitting between Blue and Green Apps. +### Traffic splitting between Blue/Green Apps Zdd has support to split the traffic between two versions of same app(Version blue and Version green) by having instances of both versions live at the same time. This is supported with the help of `HAPROXY_DEPLOYMENT_NEW_INSTANCES` label.