Skip to content

Commit

Permalink
Fix one more service example
Browse files Browse the repository at this point in the history
  • Loading branch information
lavalamp committed Jun 19, 2014
1 parent cfce408 commit 64b4190
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/examples/service-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"labels": {
"name": "nginx"
}
"selector": {
"name": "nginx"
}
},
{
"id": "example2",
Expand All @@ -14,6 +17,10 @@
"env": "prod",
"name": "jetty"
}
"selector": {
"env": "prod",
"name": "jetty"
}
}
]
}

0 comments on commit 64b4190

Please sign in to comment.