k3s/api/examples/controller.json

24 lines
633 B
JSON
Raw Normal View History

2014-06-06 23:40:48 +00:00
{
"id": "nginx-controller",
2014-07-16 21:30:28 +00:00
"apiVersion": "v1beta1",
"kind": "ReplicationController",
2014-06-06 23:40:48 +00:00
"desiredState": {
"replicas": 2,
"replicaSelector": {"name": "nginx"},
2014-06-09 04:39:57 +00:00
"podTemplate": {
2014-06-06 23:40:48 +00:00
"desiredState": {
"manifest": {
"version": "v1beta1",
"id": "nginx-controller",
2014-06-06 23:40:48 +00:00
"containers": [{
"name": "nginx",
2014-06-06 23:40:48 +00:00
"image": "dockerfile/nginx",
"ports": [{"containerPort": 80, "hostPort": 8080}]
}]
}
},
"labels": {"name": "nginx"}
}},
"labels": {"name": "nginx"}
}