cloudfoundry / multiapps-cli-plugin

A CLI plugin for Multi-Target Application (MTA) operations in Cloud Foundry
Apache License 2.0
81 stars 41 forks source link

Exclude single apps from blue / green deployment #133

Open LukasMelzer opened 3 years ago

LukasMelzer commented 3 years ago

Description

Hi, Working on a project with multiple apps and aiming for a zero downtime deployment, I stumbled across two questions:

The only workaround I identified was aborting the bd-deploy during the evaluation phase and handling the process afterwards manually. This leaves the problem, that the stable approuter does not fit the alternating naming convention (*_green <-> *_blue) and a second deployment does not work. Are there any features existing or planned to allow such behavior?

Your environment

ikasarov commented 3 years ago

Hello, Sorry for the delayed response. Hopefully these answers will help you: