Skip to content

Commit

Permalink
fix: bump liveness readiness timeouts (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzlim08 authored Jan 16, 2025
1 parent 97b3651 commit 0184ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .happy/terraform/envs/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ module "stack" {
memory_requests = "8000Mi"
cpu = "3000m"
cpu_requests = "3000m"
liveness_timeout_seconds = "60"
readiness_timeout_seconds = "60"
liveness_timeout_seconds = "180"
readiness_timeout_seconds = "180"
health_check_path = "/health"
// INTERNAL - OIDC protected ALB
// EXTERNAL - external ALB
Expand Down

0 comments on commit 0184ef8

Please sign in to comment.