Skip to content

Commit

Permalink
Comment out statuscake
Browse files Browse the repository at this point in the history
  • Loading branch information
AbigailMcP committed May 10, 2024
1 parent df344ab commit a5ae696
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ review_aks: test-cluster
$(eval ENVIRONMENT=review-${PR_NUMBER})
$(eval export TF_VAR_environment=${ENVIRONMENT})
$(eval include global_config/review.sh)
echo https://claim-additional-payments-for-teaching-$(PR_NUMBER).test.teacherservices.cloud will be created in aks

set-azure-account:
az account set -s ${AZ_SUBSCRIPTION}
Expand Down
16 changes: 9 additions & 7 deletions terraform/application/statuscake.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
module "statuscake" {
count = var.enable_monitoring ? 1 : 0
# TODO: Uncomment when needed then follow these steps: https://github.com/DFE-Digital/teacher-services-cloud/blob/main/documentation/onboard-service.md#configure-statuscake-credentials

source = "./vendor/modules/aks//monitoring/statuscake"
# module "statuscake" {
# count = var.enable_monitoring ? 1 : 0

uptime_urls = compact([module.web_application.probe_url, var.external_url])
ssl_urls = compact([var.external_url])
# source = "./vendor/modules/aks//monitoring/statuscake"

contact_groups = var.statuscake_contact_groups
}
# uptime_urls = compact([module.web_application.probe_url, var.external_url])
# ssl_urls = compact([var.external_url])

# contact_groups = var.statuscake_contact_groups
# }

0 comments on commit a5ae696

Please sign in to comment.