What is the best possible way to handle Blue/Green deployments in Pivotal Cloud Foundry with the use of Private domains. Our infrastructure is already setup with Shared domains and we want to move towards Private domains as it provides us the flexibility to use the same domain name across multiple spaces and orgs.
Now below is the scenario that works if the domain is shared but fails with private domains.
Private domain : test.private.com Space A: Blue application route : https://test.private.com/V1/test/ Green application route : https://test.private.com/V1/test/
The PCF does not allow us to create a route with the same domain + path in the same space in order to make use of the Blue/Green deployment model.
Is there a way this problem can be solved?