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

bring gesis binder back into federation #1386

Merged
merged 1 commit into from
Mar 20, 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
5 changes: 2 additions & 3 deletions config/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ projectName: binder-staging
binderhub:
config:
BinderHub:
pod_quota: 0
hub_url: https://hub.gke.staging.mybinder.org
badge_base_url: https://staging.mybinder.org
image_prefix: gcr.io/binder-staging/r2d-72d7634-
Expand Down Expand Up @@ -120,11 +119,11 @@ federationRedirect:
versions: https://gke.staging.mybinder.org/versions
ovh:
url: https://gke2.staging.mybinder.org
weight: 0
weight: 1
health: https://gke2.staging.mybinder.org/health
versions: https://gke2.staging.mybinder.org/versions
# unset the gesis and turing entries
gesis:
weight: 1
weight: 0
turing:
weight: 0
2 changes: 1 addition & 1 deletion mybinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ federationRedirect:
versions: https://ovh.mybinder.org/versions
gesis:
url: https://gesis.mybinder.org
weight: 0
weight: 15
health: https://gesis.mybinder.org/health
versions: https://gesis.mybinder.org/versions
turing:
Expand Down