contraband / autopilot

cf plugin for hands-off, zero downtime application deploys
Apache License 2.0
130 stars 43 forks source link

Secondary routes not getting mapped #13

Closed sgpivotal closed 8 years ago

sgpivotal commented 8 years ago

Hi,

I have noticed that if you have multiple routes mapped to your app that only the primary route gets re-mapped. This could lead to downtime for anyone accessing the app on any routes other than the primary route. This is a particular issue if you have a secondary route to your app mapped as "www".

There is also an orphaned route left after running cf zero-downtime-push.

Regards, S

concourse-bot commented 8 years ago

Hi there!

We use Pivotal Tracker to provide visibility into what our team is working on. A story for this issue has been automatically created.

The current status is as follows:

This comment, as well as the labels on the issue, will be automatically updated as the status in Tracker changes.

xoebus commented 8 years ago

Is it possible to put multiple routes in the manifest?

xoebus commented 8 years ago

This should be possible with this: https://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html#routes

Please re-open if this is not the case.