Commit c909071c authored by derekwaynecarr's avatar derekwaynecarr

Docker requires a minimum memory for container

parent 6c394e4d
......@@ -11,7 +11,7 @@
"cpu": "2"
},
"min": {
"memory": "1048576",
"memory": "5242880",
"cpu": "0.25"
}
},
......@@ -22,11 +22,11 @@
"cpu": "2"
},
"min": {
"memory": "1048576",
"memory": "5242880",
"cpu": "0.25"
},
"default": {
"memory": "1048576",
"memory": "5242880",
"cpu": "0.25"
}
}
......
......@@ -13,7 +13,7 @@
"cpu": "2"
},
"min": {
"memory": "1Mi",
"memory": "5Mi",
"cpu": "250m"
}
},
......@@ -24,11 +24,11 @@
"cpu": "2"
},
"min": {
"memory": "1Mi",
"memory": "5Mi",
"cpu": "250m"
},
"default": {
"memory": "1Mi",
"memory": "5Mi",
"cpu": "250m"
}
}
......
......@@ -14,7 +14,7 @@
"resources": {
"limits": {
"cpu": "1",
"memory": "1Mi"
"memory": "5Mi"
}
}
}]
......
......@@ -13,7 +13,7 @@
"name": "kubernetes-serve-hostname",
"image": "gcr.io/google_containers/serve_hostname",
"cpu": 1000,
"memory": 1048576
"memory": 5242880
}]
}
}
......
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