Check service status update based on resource state
Review findNextStateBasedOnResourceList()
of tmf/sim638/model/Service.java at the line that turns the service's state intro terminated if there is a supporting resource with the "suspended" state (L792).
Possible error scenario: Kubernetes CR deployment, creates Kubernetes resources (e.g. secrets, services, config-maps) which are not tracked by the CR. If the resource is deleted in the namespace, CRIDGE will turn it into a suspended state and consequently will turn the CR-related service to terminated (and tear down the CR).