UST-MICO / mico

A Management System for Microservice Compositions
Apache License 2.0
8 stars 3 forks source link

Fix status endpoint should only return deployed service instances #871

Closed davidkopp closed 5 years ago

davidkopp commented 5 years ago

The status endpoint should only return the service instances, that are actually deployed (availableReplicas > 0) or at least should be deployed (requestedReplicas > 0).