mirror of https://github.com/k3s-io/k3s
32 lines
658 B
JSON
32 lines
658 B
JSON
![]() |
{
|
||
|
"id": "celery-controller",
|
||
|
"kind": "ReplicationController",
|
||
|
"apiVersion": "v1beta1",
|
||
|
"desiredState": {
|
||
|
"replicas": 1,
|
||
|
"replicaSelector": {"name": "celery"},
|
||
|
"podTemplate": {
|
||
|
"desiredState": {
|
||
|
"manifest": {
|
||
|
"version": "v1beta1",
|
||
|
"id": "celery",
|
||
|
"containers": [{
|
||
|
"name": "celery",
|
||
|
"image": "endocode/celery-app-add",
|
||
|
"cpu": 100,
|
||
|
"ports": [{"containerPort": 5672, "hostPort": 5672}]
|
||
|
}]
|
||
|
}
|
||
|
},
|
||
|
"labels": {
|
||
|
"name": "celery",
|
||
|
"app": "taskQueue"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"labels": {
|
||
|
"name": "celery"
|
||
|
}
|
||
|
}
|
||
|
|