Commit 89e94fec authored by Nick White's avatar Nick White

latest provider support

parent 842ee5ae
......@@ -68,12 +68,12 @@ resource "kubernetes_deployment" "aws_cluster_autoscaler_deployment" {
}
resources {
limits {
limits = {
cpu = "100m"
memory = "300Mi"
}
requests {
requests = {
cpu = "100m"
memory = "300Mi"
}
......
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