argo-cd/resource_customizations/projectcontour.io/HTTPProxy/health_test.yaml
Greg Barasch ce4b7a28cc
feat: Contour HTTPProxy health check support for issue # 22504 (#22596)
Signed-off-by: Greg Barasch <gregbarasch@gmail.com>
2025-05-21 15:54:36 -04:00

17 lines
481 B
YAML

tests:
- healthStatus:
status: Healthy
message: "Valid HTTPProxy"
inputPath: testdata/healthy.yaml
- healthStatus:
status: Progressing
message: 'Waiting for status'
inputPath: testdata/progressing.yaml
- healthStatus:
status: Progressing
message: 'Waiting for controller'
inputPath: testdata/not_reconciled.yaml
- healthStatus:
status: Degraded
message: 'At least one error present, see Errors for details'
inputPath: testdata/degraded.yaml