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

Commit

Permalink
fs-4411: reduce the number of tasking running and change to fargate-spot
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiny49 committed May 28, 2024
1 parent 7dc2565 commit 804999d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion copilot/fsd-form-runner/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ memory: 2048
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 Down Expand Up @@ -74,9 +74,14 @@ secrets:

# 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 804999d

Please sign in to comment.