We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fac2c9 commit 52c7afaCopy full SHA for 52c7afa
1 file changed
terraform/app.tf
@@ -182,12 +182,14 @@ resource "azurerm_container_app" "main" {
182
}
183
184
liveness_probe {
185
- host = "127.0.0.1"
186
- path = "/api/v1/health"
187
- port = 8000
188
- transport = "HTTP"
189
- initial_delay = 5
190
- interval_seconds = 15
+ host = "127.0.0.1"
+ path = "/api/v1/health"
+ port = 8000
+ transport = "HTTP"
+ initial_delay = 5
+ interval_seconds = 30
191
+ failure_count_threshold = 5
192
+ timeout = 3
193
194
195
0 commit comments