argo-cd/resource_customizations/acid.zalan.do/postgresql/health_test.yaml
rezellme 19d85aa9fb
feat(health): Adding more health checks for Keycloak, Postgres, Grafana, SolrCloud (#20294)
* feat(health): Add healtchcheck for acid.zalan.do/postgresql

Signed-off-by: Remo Zellmer <rze@vizrt.com>

* feat(health): Add healthcheck for grafana.integreatly.org/Grafana and GrafanaDatasource

Signed-off-by: Remo Zellmer <rze@vizrt.com>

* feat(health): Add healthcheck for k8s.keycloak.org/Keycloak

Signed-off-by: Remo Zellmer <rze@vizrt.com>

* feat(health): Add healthcheck for solr.apache.org/SolrCloud

Signed-off-by: Remo Zellmer <rze@vizrt.com>

---------

Signed-off-by: Remo Zellmer <rze@vizrt.com>
2024-10-09 11:12:09 -04:00

17 lines
No EOL
438 B
YAML

tests:
- healthStatus:
status: Progressing
message: "Waiting for postgres cluster status..."
inputPath: testdata/provisioning.yaml
- healthStatus:
status: Progressing
message: "Updating"
inputPath: testdata/progressing.yaml
- healthStatus:
status: Healthy
message: "Running"
inputPath: testdata/healthy.yaml
- healthStatus:
status: Degraded
message: "UpdateFailed"
inputPath: testdata/degraded.yaml