tvolk131 / fdr-finder

0 stars 0 forks source link

Add Kubernetes Liveness/Readiness Probes #4

Open tvolk131 opened 3 years ago

tvolk131 commented 3 years ago

Whenever a new release is pushed, the service returns "503 Service Unavailable" for a few minutes. I believe this is because the server needs to pull and cache all podcasts before serving traffic, but K8s has no way of knowing when the server is ready. A probe would fix that problem.