Open lzukanovic opened 11 months ago
Find and implement health checking: https://docs.nestjs.com/recipes/terminus
Add health check endpoints and implement health checks.
Implementirajte vsaj eno vrsto kontrole zdravja na člana skupine. API za preverjanje zdravja naj vrača ustreze HTTP status kode, da bo skladen s Kubernetes Liveness Probes. V namestitvene datoteke Kubernetes za namestitve (deployments) dodajte Liveness Probes in Readiness Probes Simulirajte bolno storitev (npr. z dinamično konfiguracijo ali POST zahtevkom) in opazujte, ali jo Kubernetes na novo zažene.
Find and implement health checking: https://docs.nestjs.com/recipes/terminus
Add health check endpoints and implement health checks.