Skip to content

Commit

Permalink
Remove all dependencies from the migration-console stack
Browse files Browse the repository at this point in the history
That means that the console can come up and be used for diagnostics if the other stacks/clusters don't properly deploy.

Signed-off-by: Greg Schohn <[email protected]>
  • Loading branch information
gregschohn committed Oct 1, 2024
1 parent f28e131 commit c5c2376
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,7 @@ export class StackComposer {
})
// To enable the Migration Console to make requests to other service endpoints with services,
// it must be deployed after any connected services
this.addDependentStacks(migrationConsoleStack, [captureProxyESStack, captureProxyStack, elasticsearchStack,
openSearchStack, osContainerStack, migrationStack, kafkaBrokerStack])
this.addDependentStacks(migrationConsoleStack, [migrationStack])
this.stacks.push(migrationConsoleStack)
}

Expand Down

0 comments on commit c5c2376

Please sign in to comment.