2014-06-06 19:40:48 -04:00
|
|
|
{
|
2015-01-20 14:42:00 -05:00
|
|
|
"id": "nginx-controller",
|
2014-07-16 17:30:28 -04:00
|
|
|
"apiVersion": "v1beta1",
|
2014-07-24 01:32:07 -04:00
|
|
|
"kind": "ReplicationController",
|
2014-06-06 19:40:48 -04:00
|
|
|
"desiredState": {
|
|
|
|
|
"replicas": 2,
|
2014-06-18 20:20:34 -04:00
|
|
|
"replicaSelector": {"name": "nginx"},
|
2014-06-09 00:39:57 -04:00
|
|
|
"podTemplate": {
|
2014-06-06 19:40:48 -04:00
|
|
|
"desiredState": {
|
|
|
|
|
"manifest": {
|
2014-06-30 19:16:06 -04:00
|
|
|
"version": "v1beta1",
|
2015-01-20 14:42:00 -05:00
|
|
|
"id": "nginx-controller",
|
2014-06-06 19:40:48 -04:00
|
|
|
"containers": [{
|
2014-06-26 23:24:10 -04:00
|
|
|
"name": "nginx",
|
2014-06-06 19:40:48 -04:00
|
|
|
"image": "dockerfile/nginx",
|
|
|
|
|
"ports": [{"containerPort": 80, "hostPort": 8080}]
|
|
|
|
|
}]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"labels": {"name": "nginx"}
|
|
|
|
|
}},
|
|
|
|
|
"labels": {"name": "nginx"}
|
|
|
|
|
}
|