File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed
infra/container_apps/institution-ms Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments