The status endpoint should only return the service instances, that are actually deployed (availableReplicas > 0) or at least should be deployed (requestedReplicas > 0).
[ ] this PR contains breaking changes!
Resolves / is related to
Closes #871
What is affected by this PR
[x] Backend
[ ] Kubernetes logic
[ ] Domain model
[x] API
[x] discussed changes in the team / informed the team about changes
Description
The status endpoint should only return the service instances, that are actually deployed (availableReplicas > 0) or at least should be deployed (requestedReplicas > 0).
Resolves / is related to
Closes #871
What is affected by this PR
insertTestValues.sh
and Postman Collections are updatednpm run build -- --prod
)Checklist