Skip to content

Commit

Permalink
lower defaults for api max request config
Browse files Browse the repository at this point in the history
  • Loading branch information
etwillbefine committed Apr 21, 2020
1 parent dc83e0d commit 7d0bf69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ variable "require_one_node" {

variable "max_mutating_requests_in_flight" {
type = number
default = 800
default = 600
description = "Max requests in flight mutating API objects. Depends on the machine type and count for masters, as well as IOPS of etcd volumes"
}

variable "max_requests_in_flight" {
type = number
default = 2000
default = 1000
description = "Max requests in flight reading API objects. Depends on the machine type and count for masters, as well as IOPS of etcd volumes"
}

Expand Down

0 comments on commit 7d0bf69

Please sign in to comment.