Skip to content

Commit

Permalink
Correct JSON for replication controller.
Browse files Browse the repository at this point in the history
  • Loading branch information
loe committed May 4, 2015
1 parent fbc1a89 commit c3cca58
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gcloud/rc.json
Expand Up @@ -27,21 +27,19 @@
}
},
"labels": {
"app": "andrewloe-com"
"app": "andrewloe-com",
"name": "andrewloe-com-frontend"
}
},
"replicaSelector": {
"app": "andrewloe-com"
"name": "andrewloe-com-frontend"
},
"replicas": 1
},
"id": "andrewloe-com-controller",
"kind": "ReplicationController",
"labels": {
"app": "andrewloe-com"
"app": "andrewloe-com",
"name": "andrewloe-com-rc"

}
}

0 comments on commit c3cca58

Please sign in to comment.