fix(temporal): update healthcheck to use modern cli

This commit is contained in:
Yury Kossakovsky
2026-01-16 18:59:37 -07:00
parent ca43e7ab12
commit 641fd04290

View File

@@ -781,7 +781,7 @@ services:
postgres:
condition: service_healthy
healthcheck:
test: ["CMD-SHELL", "tctl cluster health | grep -q SERVING || exit 1"]
test: ["CMD-SHELL", "temporal operator cluster health | grep -q SERVING || exit 1"]
interval: 30s
timeout: 10s
retries: 5