Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HammadB committed Apr 30, 2024
1 parent 0a674dd commit 2381c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/cluster-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ echo "Chroma Coordinator is running at port $CHROMA_COORDINATOR_HOST"
# We need the ports forwarded since tilt ci will
# not keep them forwarded
# https://github.com/tilt-dev/tilt/issues/5964
kubectl -n chroma port-forward svc/sysdb-service 50051:50051 &
kubectl -n chroma port-forward svc/logservice-service 50052:50051 &
kubectl -n chroma port-forward svc/sysdb 50051:50051 &
kubectl -n chroma port-forward svc/logservice 50052:50051 &
kubectl -n chroma port-forward svc/query-service 50053:50051 &
kubectl -n chroma port-forward svc/frontend-service 8000:8000 &

Expand Down

0 comments on commit 2381c49

Please sign in to comment.