Commit 5cb57dbb authored by Danny's avatar Danny

add limits higher than requests

parent f3446d54
......@@ -64,8 +64,8 @@ resource "kubernetes_daemonset" "kube2iam_daemonset" {
resources {
limits {
cpu = "4m"
memory = "16Mi"
cpu = "500m"
memory = "512Mi"
}
requests {
......
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