mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 23:30:05 +02:00
fix(cp-gql-mock-server): change instance status to RUNNING after scale
This commit is contained in:
parent
dab0beedc0
commit
08745d4b12
@ -228,7 +228,7 @@ const scale = ({ serviceId, replicas }) => {
|
|||||||
name: `${services[serviceIndex].slug}_${currentScale + i}`,
|
name: `${services[serviceIndex].slug}_${currentScale + i}`,
|
||||||
serviceId,
|
serviceId,
|
||||||
deploymentGroupId: services[serviceIndex].deploymentGroupId,
|
deploymentGroupId: services[serviceIndex].deploymentGroupId,
|
||||||
status: 'ACTIVE',
|
status: 'RUNNING',
|
||||||
healthy: 'UNKNOWN'
|
healthy: 'UNKNOWN'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user