File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
kubectl -n chroma port-forward svc/logservice 50052:50051 &
31
31
kubectl -n chroma port-forward svc/query-service 50053:50051 &
32
32
kubectl -n chroma port-forward svc/frontend-service 8000:8000 &
33
- kubectl -n chroma port-forward svc/rust-frontend-service 3000:3000 &
33
+ kubectl -n chroma port-forward svc/rust-frontend-service 3000:8000 &
34
34
kubectl -n chroma port-forward svc/minio 9000:9000 &
35
35
kubectl -n chroma port-forward svc/jaeger 16686:16686 &
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ jobs:
229
229
env :
230
230
PROPERTY_TESTING_PRESET : ${{ inputs.property_testing_preset }}
231
231
CHROMA_RUST_FRONTEND_TEST_ONLY : " 1"
232
- CHROMA_SERVER_HOST : " localhost:8000 "
232
+ CHROMA_SERVER_HOST : " localhost:3000 "
233
233
- name : Compute artifact name
234
234
if : always()
235
235
id : compute-artifact-name
You can’t perform that action at this time.
0 commit comments