Skip to content

Commit

Permalink
Give 2 minute health check grace period (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Oct 22, 2024
1 parent 7a36bc3 commit 4746e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pods:
timeout: 2
interval: 5
autoscaling:
healthCheckGracePeriod: 90 # Sometimes EC2 instances take a while to start
healthCheckGracePeriod: 120 # Sometimes EC2 instances take a while to start
minHealthyPercentage: 100
maxHealthyPercentage: 200
minHealthyInstances: 1
Expand Down

0 comments on commit 4746e1e

Please sign in to comment.