Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Multi Cluster Deployment in Devspace. #8610

Merged
merged 16 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/grid/backend/grid/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ if [[ ${DEV_MODE} == "True" ]];
then
echo "DEV_MODE Enabled"
RELOAD="--reload"
pip install --user -e "$APPDIR/syft[telemetry,data_science]"
fi

# only set by kubernetes to avoid conflict with docker tests
Expand Down
12 changes: 11 additions & 1 deletion packages/grid/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ dev:
sync:
- path: ./backend/grid:/root/app/grid
- path: ../syft:/root/app/syft
ssh: {}
rasswanth-s marked this conversation as resolved.
Show resolved Hide resolved

profiles:
- name: gateway
Expand All @@ -117,3 +116,14 @@ profiles:
path: images.seaweedfs
- op: remove
path: dev.seaweedfs

# Port Re-Mapping
# Mongo
- op: replace
path: dev.mongo.ports[0].port
value: 27018:27017

# Backend
- op: replace
path: dev.backend.ports[0].port
value: 5679:5678