Commit 6ebed631 authored by Danny's avatar Danny

add minimal reservations for kube2iam as per:...

add minimal reservations for kube2iam as per: https://github.com/helm/charts/blob/master/stable/kube2iam/values.yaml\#L76-L82
parent 5c178247
......@@ -48,6 +48,18 @@ resource "kubernetes_daemonset" "kube2iam_daemonset" {
}
}
}
resources {
limits {
cpu = "4m"
memory = "16Mi"
}
requests {
cpu = "4m"
memory = "16Mi"
}
}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment