argo-cd/resource_customizations/serving.kserve.io/InferenceService/testdata/healthy.yaml
Hannah DeFazio ed6fe769e6
fix: Allow the ISVC to be healthy when the Stopped Condition is False (#25312)
Signed-off-by: Hannah DeFazio <h2defazio@gmail.com>
2025-11-17 13:13:27 -08:00

29 lines
746 B
YAML

apiVersion: serving.kserve.io/v1beta1
kind: InferenceService
metadata:
name: helloworld
namespace: default
spec: {}
status:
conditions:
- lastTransitionTime: "2023-06-20T22:44:51Z"
status: "True"
type: IngressReady
- lastTransitionTime: "2023-06-20T22:44:50Z"
severity: Info
status: "True"
type: PredictorConfigurationReady
- lastTransitionTime: "2023-06-20T22:44:51Z"
status: "True"
type: PredictorReady
- lastTransitionTime: "2023-06-20T22:44:51Z"
severity: Info
status: "True"
type: PredictorRouteReady
- lastTransitionTime: "2023-06-20T22:44:51Z"
status: "True"
type: Ready
- lastTransitionTime: "2023-06-20T22:44:51Z"
severity: Info
status: 'False'
type: Stopped