fruit-bowl/environments/production/thirdparty/docker/tasks/service_scale.json

19 lines
435 B
JSON
Raw Permalink Normal View History

2025-04-01 17:40:03 +00:00
{
"description": "Scale one replicated service",
"input_method": "stdin",
"parameters": {
"service": {
"description": "Name or ID of the service",
"type": "String[1]"
},
"scale": {
"description": "Number of replicas",
"type": "Integer"
},
"detach": {
"description": "Exit immediately instead of waiting for the service to converge",
"type": "Optional[Boolean]"
}
}
}