Commit c874faa1 authored by Dawn Chen's avatar Dawn Chen

Merge pull request #568 from smarterclayton/update_examples

Some examples don't pass Manifest validation
parents e7f4460a d9d92679
......@@ -9,6 +9,7 @@
"version": "v1beta1",
"id": "frontendController",
"containers": [{
"name": "php-redis",
"image": "brendanburns/php-redis",
"ports": [{"containerPort": 80, "hostPort": 8000}]
}]
......
{
"id": "frontend",
"port": 9998,
"selector": {
"name": "frontend"
}
}
......@@ -9,6 +9,7 @@
"version": "v1beta1",
"id": "redisSlaveController",
"containers": [{
"name": "slave"
"image": "brendanburns/redis-slave",
"ports": [{"containerPort": 6379, "hostPort": 6380}]
}]
......
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