Skip to content

Commit

Permalink
Merge pull request #1 from provectus/fix-memory-limit-and-request
Browse files Browse the repository at this point in the history
Fix memory limit and request for cluster autoscaler
  • Loading branch information
RustamGimadiev authored Aug 3, 2021
2 parents fe87cd7 + d26d0f7 commit 05830f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster-autoscaler.tf
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ locals {
"rbac.serviceAccountAnnotations.eks\\.amazonaws\\.com/role-arn" = module.iam_assumable_role_admin.this_iam_role_arn
"rbac.pspEnabled" = true,
"resources.limits.cpu" = "100m",
"resources.limits.memory" = "300Mi",
"resources.limits.memory" = "500Mi",
"resources.requests.cpu" = "100m",
"resources.requests.memory" = "300Mi",
"resources.requests.memory" = "500Mi",
}
}

0 comments on commit 05830f0

Please sign in to comment.