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

Commit

Permalink
Merge pull request #153 from communitiesuk/FS-3780
Browse files Browse the repository at this point in the history
FS-3780 Updating manifest
  • Loading branch information
aaronwilliamsv1 authored Nov 20, 2023
2 parents e1229a0 + 28acd65 commit a4089bc
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions copilot/fsd-account-store/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,34 @@ network:
#
# Pass environment variables as key value pairs.
variables:
# SENTRY_DSN: "https://8092c54bdc3a4b4ba124dea42b836504@o1432034.ingest.sentry.io/4503918903820288"
SENTRY_DSN: "https://db2ea0ad22a44f4db6e81fe74d85fa8f@o1432034.ingest.sentry.io/4503903103352832"
FLASK_ENV: ${COPILOT_ENVIRONMENT_NAME}

# You can override any of the values defined above by environment.
environments:
# production:
# count: 2
test:
deployment:
rolling: 'recreate'
uat:
count:
range: 2-4
cooldown:
in: 60s
out: 30s
cpu_percentage:
value: 70
memory_percentage:
value: 80
requests: 30
response_time: 2s
production:
count:
range: 2-4
cooldown:
in: 60s
out: 30s
cpu_percentage:
value: 70
memory_percentage:
value: 80
requests: 30

0 comments on commit a4089bc

Please sign in to comment.