Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
fs-4411: reduce the number of tasking running and change to fargate-s…
Browse files Browse the repository at this point in the history
…pot (#217)
  • Loading branch information
Tiny49 authored May 28, 2024
1 parent 34be0b5 commit 85ddbde
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion copilot/fsd-account-store/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ memory: 1024
platform: linux/x86_64

# Number of tasks that should be running in your service.
count: 2
count: 1

# Enable running commands in your container.
exec: true
Expand All @@ -48,9 +48,14 @@ variables:

# You can override any of the values defined above by environment.
environments:
dev:
count:
spot: 1
test:
deployment:
rolling: 'recreate'
count:
spot: 2
uat:
count:
range: 2-4
Expand Down

0 comments on commit 85ddbde

Please sign in to comment.