Skip to content

Commit

Permalink
feat: deployment circuit breaker (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrunton authored Sep 8, 2024
1 parent 476738e commit d00135c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pulumi/app/aws/apply-service-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@ export const applyServiceConfig = (
desiredCount: 1,
launchType: "FARGATE",
taskDefinition: taskDefinition.arn,
deploymentCircuitBreaker: {
enable: true,
rollback: false,
},
waitForSteadyState: true,
networkConfiguration: {
assignPublicIp: true,
subnets: subnets.ids,
Expand Down

0 comments on commit d00135c

Please sign in to comment.