Skip to content

Commit

Permalink
Send traffic to maintenance page
Browse files Browse the repository at this point in the history
  • Loading branch information
rjlynch committed Dec 12, 2024
1 parent 7da4806 commit 21c04fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions terraform/application/application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ module "web_application" {
kubernetes_config_map_name = module.application_configuration.kubernetes_config_map_name
kubernetes_secret_name = module.application_configuration.kubernetes_secret_name

send_traffic_to_maintenance_page = true

docker_image = var.docker_image
command = var.startup_command

Expand Down
3 changes: 2 additions & 1 deletion terraform/application/config/test.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"statuscake_contact_groups": [195955, 282453],
"external_url": "https://test.claim-additional-teaching-payment.service.gov.uk/healthcheck",
"enable_logit": true,
"enable_postgres_backup_storage": true
"enable_postgres_backup_storage": true,
"send_traffic_to_maintenance_page": true
}

0 comments on commit 21c04fd

Please sign in to comment.