argo-cd/resource_customizations/solr.apache.org/SolrCloud/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

13 lines
No EOL
348 B
YAML

tests:
- healthStatus:
status: Progressing
message: "Waiting for solr to exist"
inputPath: testdata/provisioning.yaml
- healthStatus:
status: Progressing
message: "Not all replicas are ready"
inputPath: testdata/progressing.yaml
- healthStatus:
status: Healthy
message: "Solr is ready"
inputPath: testdata/healthy.yaml