Skip to content

Commit

Permalink
[DOP-4334]: Increase ephemeral storage
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Feb 28, 2024
1 parent f52fff1 commit b9456fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/ecs-main/ecs_service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Resources:
Image: ${self:custom.ecs.imageUrl}
Cpu: ${self:custom.ecs.containerCpu.${self:provider.stage}}
Memory: ${self:custom.ecs.containerMemory.${self:provider.stage}}
SizeInGiB: 100
Environment:
- Name: STAGE
Value: ${self:provider.stage}
Expand Down

0 comments on commit b9456fd

Please sign in to comment.