argo-cd/resource_customizations/operator.openshift.io/IngressController/health_test.yaml
Jack Henschel 182eb05bf6
feat(health): Add Health Checks for IngressController resources (#12776)
Signed-off-by: Jack Henschel <jack.henschel@cern.ch>
2023-05-29 16:13:54 -04:00

17 lines
565 B
YAML

tests:
- healthStatus:
status: Progressing
message: "Status of IngressController is not known yet"
inputPath: testdata/progressing_initialization.yaml
- healthStatus:
status: Progressing
message: "0/1 of replicas are available"
inputPath: testdata/progressing_pod_rollout.yaml
- healthStatus:
status: Degraded
message: "One or more other status conditions indicate a degraded state."
inputPath: testdata/degraded.yaml
- healthStatus:
status: Healthy
message: "IngressController is available"
inputPath: testdata/healthy.yaml