Skip to content

Commit

Permalink
Update terraform config
Browse files Browse the repository at this point in the history
* Change the alert group to one with a current slack channel
* Add the SSL check url to enable SSL certificate monitoring
  • Loading branch information
gpeng committed Feb 2, 2024
1 parent 5809f19 commit d9c735f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/aks/config/production.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
"key_vault_app_secret_name": "CCBL-APP-SECRETS-PRODUCTION",
"key_vault_infra_secret_name": "CCBL-INFRA-SECRETS-PRODUCTION",
"enable_monitoring": true,
"external_url": "https://check-the-childrens-barred-list.education.gov.uk",
"probe_path": "/healthcheck",
"statuscake_contact_groups": [249142],
"statuscake_contact_groups": [288912],
"startup_command": [
"/bin/sh",
"-c",
Expand Down

0 comments on commit d9c735f

Please sign in to comment.