Skip to content

Commit e4fc3c5

Browse files
committed
DTOSS-11646: Setup Container Apps container probes
1 parent 0aa198e commit e4fc3c5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

infrastructure/environments/review/variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ENV_CONFIG=review
22
AZURE_SUBSCRIPTION="Breast Screening - Manage Breast Screening - Dev"
33
HUB_SUBSCRIPTION="Digital Screening DToS - DevOps"
44
HUB=dev
5-
TERRAFORM_MODULES_REF=main
5+
TERRAFORM_MODULES_REF=DTOSS-11646-Setup-Container-Apps-container-probes
66
ENABLE_SOFT_DELETE=false
77
ADO_MANAGEMENT_POOL=private-pool-dev-uks
88
RUN_NOTIFICATIONS_SMOKE_TEST=false

infrastructure/modules/container-apps/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ module "webapp" {
4848
)
4949
is_web_app = true
5050
port = 8000
51+
probe_path = "/healthcheck"
52+
5153
}
5254

5355
module "azurerm_application_insights_standard_web_test" {

0 commit comments

Comments
 (0)