I have a shared domain that spans all orgs and is currently the default domain used when I push an app. I have created a private domain in an org that is specific for, say, integration. Is there a way to set the private domain of a particular org to the default one that is used when none is specified in the manifest? This would allows us to use the same manifest but push to one org for a sandbox/dev area and another org from the CI pipeline without having host collisions in the same Cloud Foundry installation.
If there is another way I should be thinking about this, that is welcome also.