diff --git a/copilot/fsd-account-store/manifest.yml b/copilot/fsd-account-store/manifest.yml index 65af1006..f754feb1 100644 --- a/copilot/fsd-account-store/manifest.yml +++ b/copilot/fsd-account-store/manifest.yml @@ -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 @@ -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