Skip to content

Commit

Permalink
keep resources values
Browse files Browse the repository at this point in the history
  • Loading branch information
allamand committed Dec 21, 2023
1 parent 659ba60 commit 687528b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/amazon-eks-addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,12 +356,12 @@ module "eks_blueprints_addons" {
resources = {
limits = {
memory = "170Mi"
cpu = "100m"
memory = "150Mi"
}
requests = {
cpu = "250m"
memory = "70Mi"
}
cpu = "100m"
memory = "150Mi"
}
})
}
Expand Down

0 comments on commit 687528b

Please sign in to comment.