argo-cd/resource_customizations/apps.3scale.net/APIManager/health_test.yaml
Adriano Machado d954789d47
feat(server): 3scale health checks (#24327) (#24326)
Signed-off-by: Adriano Machado <60320+ammachado@users.noreply.github.com>
2025-09-06 14:24:18 -04:00

21 lines
713 B
YAML

tests:
- healthStatus:
status: Degraded
message: "3scale APIManager is degraded: MissingWatchedSecrets"
inputPath: testdata/degraded.yaml
- healthStatus:
status: Healthy
message: "3scale APIManager is available"
inputPath: testdata/healthy.yaml
- healthStatus:
status: Progressing
message: "Waiting for 3scale APIManager status..."
inputPath: testdata/progressing-1.yaml
- healthStatus:
status: Progressing
message: "Waiting for 3scale APIManager status..."
inputPath: testdata/progressing-2.yaml
- healthStatus:
status: Progressing
message: "Waiting for 3scale APIManager status..."
inputPath: testdata/progressing-3.yaml