I have created a Bluemix application and I have also configured the Delivery pipeline in such a way it does the zero downtime deployment with the help of active deploy but in order to add more routes to the instance I need to use either the CF CLI or Bluemix Console which will make the application to restart or restage.
I have also tried adding the routes to the manifest.yml file which is not helping as the Active Deploy based deployment in Delivery Pipeline did not consider the routes added to the manifest file at all.
I would like to add a route to the application based on the requirements without any downtime to the application. Any suggestions or way to handle this?