bluemixgaragelondon / cf-blue-green-deploy

Cloud Foundry CLI plugin for zero downtime deploys
Apache License 2.0
139 stars 61 forks source link

Using http health check for deployment #97

Open ugurali opened 3 years ago

ugurali commented 3 years ago

In the application there is no way to parametrise the health check for the deployment. Instead of the default port health check we want to use http health check. Because when we use the port health check, the deployment maps the route even before the application is properly up.

Having a health check flag as in here (https://docs.cloudfoundry.org/devguide/deploy-apps/healthchecks.html) would solve the problem. (-u http or -u port)