Commit ec5ae48a authored by Dawn Chen's avatar Dawn Chen

Increase memory limit of frontend-controller in our guestbook example.

parent 91efe517
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"name": "php-redis", "name": "php-redis",
"image": "brendanburns/php-redis", "image": "brendanburns/php-redis",
"cpu": 100, "cpu": 100,
"memory": 10000000, "memory": 50000000,
"ports": [{"containerPort": 80, "hostPort": 8000}] "ports": [{"containerPort": 80, "hostPort": 8000}]
}] }]
} }
......
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