Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
increase rollout rate
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatoleAM committed Dec 12, 2023
1 parent 5438a1d commit cc25a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/deployment.tf
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ resource "kubernetes_deployment" "app" {
strategy {
type = "RollingUpdate"
rolling_update {
max_surge = "0"
max_unavailable = "1"
max_surge = "3"
max_unavailable = "3"
}
}

Expand Down

0 comments on commit cc25a57

Please sign in to comment.