Deleting old sample JSON; moving those in use; updating references

This commit is contained in:
MikeJeffrey
2015-03-05 22:13:25 -08:00
parent da46d04f13
commit 4da6d413be
12 changed files with 9 additions and 154 deletions

View File

@@ -1,23 +0,0 @@
{
"id": "nginx-controller",
"apiVersion": "v1beta1",
"kind": "ReplicationController",
"desiredState": {
"replicas": 2,
"replicaSelector": {"name": "nginx"},
"podTemplate": {
"desiredState": {
"manifest": {
"version": "v1beta1",
"id": "nginx-controller",
"containers": [{
"name": "nginx",
"image": "dockerfile/nginx",
"ports": [{"containerPort": 80, "hostPort": 8080}]
}]
}
},
"labels": {"name": "nginx"}
}},
"labels": {"name": "nginx"}
}