Skip to content

Commit

Permalink
Merge pull request kubernetes#533 from kelseyhightower/examples
Browse files Browse the repository at this point in the history
fix guestbook example to match docs
  • Loading branch information
brendandburns committed Jul 20, 2014
2 parents e4055c2 + 64618cd commit 1e63719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/guestbook/frontend-controller.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "frontendController",
"desiredState": {
"replicas": 1,
"replicas": 3,
"replicaSelector": {"name": "frontend"},
"podTemplate": {
"desiredState": {
Expand Down

0 comments on commit 1e63719

Please sign in to comment.