The api retries Infisical at startup (4x with backoff) before binding :8090. When Infisical is unreachable that adds ~60s, and the old start_period (10s) + 10 retries (~60s grace) ran out just before the bind — marking the api unhealthy and failing the deploy (nomos depends_on api-healthy). 90s covers the slow-startup window; the api genuinely serves /healthz once bound.
11 KiB
11 KiB