fix(multiplayer): gate API readiness on database

This commit is contained in:
Josh Creek
2026-09-02 19:14:21 +01:00
parent 1bce603c33
commit 51f8008a38
7 changed files with 95 additions and 10 deletions
@@ -61,7 +61,7 @@ spec:
containerPort: 8080
readinessProbe:
httpGet:
path: /healthz
path: /readyz
port: http
periodSeconds: 5
timeoutSeconds: 2