Skip to content
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
2 changes: 2 additions & 0 deletions docs/source/operation_guide/federation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ the BinderHub federation, who is in it, how to join it, etc, see
========================== ======== =============== ============== =============== =====
gke.mybinder.org
ovh.mybinder.org
ovh2.mybinder.org
gesis.mybinder.org
turing.mybinder.org
========================== ======== =============== ============== =============== =====
Expand All @@ -24,6 +25,7 @@ turing.mybinder.org
var fedUrls = [
"https://gke.mybinder.org",
"https://ovh.mybinder.org",
"https://ovh2.mybinder.org",
"https://gesis.mybinder.org",
"https://turing.mybinder.org",
]
Expand Down
5 changes: 5 additions & 0 deletions mybinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,11 @@ federationRedirect:
weight: 100
health: https://ovh.mybinder.org/health
versions: https://ovh.mybinder.org/versions
ovh2:
url: https://ovh2.mybinder.org
weight: 100
health: https://ovh2.mybinder.org/health
versions: https://ovh2.mybinder.org/versions
turing:
url: https://turing.mybinder.org
# https://github.com/jupyterhub/mybinder.org-deploy/issues/2252#issuecomment-1295141310
Expand Down