Skip to content

Commit 4d8b4c9

Browse files
authored
[SELC-7498] chore: Updated infra modules to v4 (#107)
1 parent a27558d commit 4d8b4c9

File tree

1 file changed

+0
-36
lines changed
  • infra/container_apps/institution-ms

1 file changed

+0
-36
lines changed

infra/container_apps/institution-ms/main.tf

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -34,42 +34,6 @@ module "container_app_core" {
3434
user_assigned_identity_id = data.azurerm_user_assigned_identity.cae_identity.id
3535
user_assigned_identity_principal_id = data.azurerm_user_assigned_identity.cae_identity.principal_id
3636

37-
probes = [
38-
{
39-
httpGet = {
40-
path = "q/health/live"
41-
port = 8080
42-
scheme = "HTTP"
43-
}
44-
timeoutSeconds = 5
45-
type = "Liveness"
46-
failureThreshold = 3
47-
initialDelaySeconds = 1
48-
},
49-
{
50-
httpGet = {
51-
path = "q/health/ready"
52-
port = 8080
53-
scheme = "HTTP"
54-
}
55-
timeoutSeconds = 5
56-
type = "Readiness"
57-
failureThreshold = 30
58-
initialDelaySeconds = 3
59-
},
60-
{
61-
httpGet = {
62-
path = "q/health/started"
63-
port = 8080
64-
scheme = "HTTP"
65-
}
66-
timeoutSeconds = 5
67-
failureThreshold = 5
68-
type = "Startup"
69-
initialDelaySeconds = 5
70-
}
71-
]
72-
7337
tags = var.tags
7438
}
7539

0 commit comments

Comments
 (0)