Skip to content

Commit

Permalink
fix: no need for endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
gak committed Jul 18, 2024
1 parent 57bf9f6 commit 440de06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 440de06

Please sign in to comment.