@huytrinh with Apps V2, by default we create more than 1 instance because they are also configured to scale to zero. For apps getting migrated, we don’t automatically set the scale to zero configuration though so to maintain the old behavior for only 1 instance you’ll need to add --ha=false
to your fly deploy
command.
1 Like