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

Commit

Permalink
Merge pull request #237 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 333d218 + 0b5d8e1 commit edd461b
Showing 1 changed file with 35 additions and 8 deletions.
43 changes: 35 additions & 8 deletions copilot/fsd-authenticator/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ network:
#
# Pass environment variables as key value pairs.
variables:
# SENTRY_DSN: "https://96b94a5fea854bc99f132ccdebba34eb@o1432034.ingest.sentry.io/4503919190016000"
SENTRY_DSN: "https://96b94a5fea854bc99f132ccdebba34eb@o1432034.ingest.sentry.io/4503919190016000"
FUND_STORE_API_HOST: "http://fsd-fund-store:8080"
ACCOUNT_STORE_API_HOST: "http://fsd-account-store:8080"
AUTHENTICATOR_HOST: "https://authenticator.${COPILOT_ENVIRONMENT_NAME}.access-funding.test.levellingup.gov.uk"
Expand All @@ -71,19 +71,46 @@ secrets:

# You can override any of the values defined above by environment.
environments:
dev:
variables:
ALLOW_ASSESSMENT_LOGIN_VIA_MAGIC_LINK: true
test:
deployment:
rolling: 'recreate'
variables:
ALLOW_ASSESSMENT_LOGIN_VIA_MAGIC_LINK: true
uat:
variables:
ALLOW_ASSESSMENT_LOGIN_VIA_MAGIC_LINK: true
count:
range: 2-4
cooldown:
in: 60s
out: 30s
cpu_percentage:
value: 70
memory_percentage:
value: 80
requests: 30
response_time: 2s
production:
http:
alias: authenticator.access-funding.levellingup.gov.uk
alias: authenticator.production.access-funding.levellingup.gov.uk
variables:
ALLOW_ASSESSMENT_LOGIN_VIA_MAGIC_LINK: false
COOKIE_DOMAIN: ".levellingup.gov.uk"
AUTHENTICATOR_HOST: "https://authenticator.access-funding.levellingup.gov.uk"
APPLICANT_FRONTEND_HOST: "https://frontend.access-funding.levellingup.gov.uk"
ASSESSMENT_FRONTEND_HOST: "https://assessment.access-funding.levellingup.gov.uk"
AUTHENTICATOR_HOST: "https://authenticator.production.access-funding.levellingup.gov.uk"
APPLICANT_FRONTEND_HOST: "https://frontend.production.access-funding.levellingup.gov.uk"
ASSESSMENT_FRONTEND_HOST: "https://assessment.production.access-funding.levellingup.gov.uk"
POST_AWARD_FRONTEND_HOST: "https://find-monitoring-data.access-funding.levellingup.gov.uk"
POST_AWARD_SUBMIT_HOST: "https://submit-monitoring-data.access-funding.test.levellingup.gov.uk"
test:
deployment:
rolling: 'recreate'
count:
range: 2-4
cooldown:
in: 60s
out: 30s
cpu_percentage:
value: 70
memory_percentage:
value: 80
requests: 30

0 comments on commit edd461b

Please sign in to comment.