From a21f4534b6d96b59158769af42f0a7e7da0f4d6a Mon Sep 17 00:00:00 2001 From: Nuwan Samarassinghe Date: Wed, 16 Oct 2024 10:17:08 +0100 Subject: [PATCH] fix manifest.yml (#554) --- copilot/fsd-form-runner/manifest.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/copilot/fsd-form-runner/manifest.yml b/copilot/fsd-form-runner/manifest.yml index e68c63fc7..73a997da4 100644 --- a/copilot/fsd-form-runner/manifest.yml +++ b/copilot/fsd-form-runner/manifest.yml @@ -77,7 +77,7 @@ secrets: environments: dev: count: - spot: 0 + spot: 0-0 test: deployment: rolling: "recreate" @@ -85,7 +85,7 @@ environments: spot: 0 uat: count: - range: 0 + range: 0-0 cooldown: in: 60s out: 30s @@ -112,7 +112,7 @@ environments: SERVICE_START_PAGE: "https://frontend.access-funding.levellingup.gov.uk/account" ELIGIBILITY_RESULT_URL: "https://frontend.access-funding.levellingup.gov.uk/eligibility-result" count: - range: 0 + range: 0-0 cooldown: in: 60s out: 30s