Skip to content

Commit

Permalink
fixing the review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwan-samarasinghe committed Sep 18, 2024
1 parent fd9d771 commit c1be66d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions copilot/fsd-form-runner/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ http:
path: "/"
# You can specify a custom health check path. The default is "/".
healthcheck: "/health-check"
alias: forms.${COPILOT_ENVIRONMENT_NAME}.access-funding.test.levellingup.gov.uk
#alias: forms.${COPILOT_ENVIRONMENT_NAME}.access-funding.test.levellingup.gov.uk

# Configuration for your containers and service.
image:
Expand All @@ -30,7 +30,7 @@ memory: 2048
platform: linux/x86_64

# Number of tasks that should be running in your service.
count: 1
count: 0

# Enable running commands in your container.
exec: true
Expand Down Expand Up @@ -77,12 +77,12 @@ secrets:
environments:
dev:
count:
spot: 1
spot: 0
test:
deployment:
rolling: "recreate"
count:
spot: 2
spot: 0
uat:
count:
range: 2-4
Expand Down

0 comments on commit c1be66d

Please sign in to comment.