Commit 5c178247 authored by Danny's avatar Danny

Remove memory limits

Branched off from an older commit as Paul is on holiday and hischanges
in master want to change servicemounting on cronofy. For now, Ill evert
back to this commit that I know doesn't want to change anything.
Signed-off-by: 's avatarDanny <danny@Dannys-MacBook-Pro.local>
parent c225b032
......@@ -48,18 +48,6 @@ resource "kubernetes_daemonset" "kube2iam_daemonset" {
}
}
}
resources {
limits {
cpu = "0.5"
memory = "512Mi"
}
requests {
cpu = "250m"
memory = "50Mi"
}
}
}
}
}
......
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