Commit 5cb57dbb authored by Danny's avatar Danny

add limits higher than requests

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