From 440de06511cf4ed1d61448c7e0f22798c56422b8 Mon Sep 17 00:00:00 2001 From: gak Date: Thu, 18 Jul 2024 11:34:09 +1000 Subject: [PATCH] fix: no need for endpoint --- deployment/Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/Justfile b/deployment/Justfile index b5fee99074..aae63a660b 100755 --- a/deployment/Justfile +++ b/deployment/Justfile @@ -26,7 +26,7 @@ full-deploy: kubectl wait --for=condition=available deployment/ftl-runner --timeout=5m kubectl wait --for=condition=ready pod/ftl-pg-cluster-1-0 --timeout=5m - ftl --endpoint http://localhost:8892 status + ftl status setup-registry: k3d registry create {{registry_short}} --port 5000