Commit 0a9adeb3 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 5176f1f3
......@@ -62,6 +62,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