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

add gesis to the staging cluster #1348

Merged
merged 3 commits into from
Feb 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion config/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,6 @@ federationRedirect:
health: https://gke2.staging.mybinder.org/health
versions: https://gke2.staging.mybinder.org/versions
# unset the gesis and turing entries
gesis: null
gesis:
weight: 10
turing: null
5 changes: 5 additions & 0 deletions mybinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,11 @@ federationRedirect:
weight: 19
health: https://ovh.mybinder.org/health
versions: https://ovh.mybinder.org/versions
gesis:
url: https://gesis.mybinder.org
weight: 0
health: https://gesis.mybinder.org/health
versions: https://gesis.mybinder.org/versions
turing:
url: https://turing.mybinder.org
weight: 1
Expand Down