mirror of https://github.com/k3s-io/k3s
24 lines
615 B
JSON
24 lines
615 B
JSON
{
|
|
"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}]
|
|
}]
|
|
}
|
|
},
|
|
"labels": {"name": "nginx"}
|
|
}},
|
|
"labels": {"name": "nginx"}
|
|
}
|