Skip to content

Commit

Permalink
Some examples don't pass Manifest validation
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Jul 23, 2014
1 parent e7f4460 commit d9d9267
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/guestbook/frontend-controller.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"version": "v1beta1",
"id": "frontendController",
"containers": [{
"name": "php-redis",
"image": "brendanburns/php-redis",
"ports": [{"containerPort": 80, "hostPort": 8000}]
}]
Expand Down
7 changes: 7 additions & 0 deletions examples/guestbook/frontend-service.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"id": "frontend",
"port": 9998,
"selector": {
"name": "frontend"
}
}
1 change: 1 addition & 0 deletions examples/guestbook/redis-slave-controller.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"version": "v1beta1",
"id": "redisSlaveController",
"containers": [{
"name": "slave"
"image": "brendanburns/redis-slave",
"ports": [{"containerPort": 6379, "hostPort": 6380}]
}]
Expand Down

0 comments on commit d9d9267

Please sign in to comment.