mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-31 22:43:07 +02: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 = {
|
resources = {
|
||||||
limits = {
|
limits = {
|
||||||
cpu = "0.25"
|
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
|
# request/limit to ensure we can fit within that task
|
||||||
memory = "256M"
|
memory = "256M"
|
||||||
}
|
}
|
||||||
requests = {
|
requests = {
|
||||||
cpu = "0.25"
|
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
|
# request/limit to ensure we can fit within that task
|
||||||
memory = "256M"
|
memory = "256M"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user