mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-14 14:21:13 +01:00
docs: Correct comment mis-spelling (#2642)
This commit is contained in:
committed by
GitHub
parent
b6fa04f65b
commit
a2fb28e63e
@@ -93,13 +93,13 @@ module "eks" {
|
||||
resources = {
|
||||
limits = {
|
||||
cpu = "0.25"
|
||||
# We are targetting the smallest Task size of 512Mb, so we subtract 256Mb from the
|
||||
# We are targeting the smallest Task size of 512Mb, so we subtract 256Mb from the
|
||||
# request/limit to ensure we can fit within that task
|
||||
memory = "256M"
|
||||
}
|
||||
requests = {
|
||||
cpu = "0.25"
|
||||
# We are targetting the smallest Task size of 512Mb, so we subtract 256Mb from the
|
||||
# We are targeting the smallest Task size of 512Mb, so we subtract 256Mb from the
|
||||
# request/limit to ensure we can fit within that task
|
||||
memory = "256M"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user