rstudio / helm

Helm Resources for RStudio Products
MIT License
36 stars 28 forks source link

Fix: PPM startup probe should wait until web services are available #600

Closed tylfin closed 2 weeks ago

tylfin commented 2 weeks ago

This changes the startup probe to use the __api__/status route instead of ping for initial readiness. It's more heavyweight, so I left the liveness and readiness probes alone.

Refs: https://github.com/rstudio/package-manager/issues/14644