From 0b5d8e143f5185973d03b7eec0d87e4d678facee Mon Sep 17 00:00:00 2001 From: Aaron Williams Date: Fri, 17 Nov 2023 15:57:29 +0000 Subject: [PATCH] Updating manifest * Adding uat and production values to copilot config +ref: FS-3780 +semver: minor --- copilot/fsd-authenticator/manifest.yml | 43 +++++++++++++++++++++----- 1 file changed, 35 insertions(+), 8 deletions(-) diff --git a/copilot/fsd-authenticator/manifest.yml b/copilot/fsd-authenticator/manifest.yml index c13f0a07..3ec06d07 100755 --- a/copilot/fsd-authenticator/manifest.yml +++ b/copilot/fsd-authenticator/manifest.yml @@ -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" @@ -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