Skip to content

Commit 89912aa

Browse files
committed
add OVH2 to federation
1 parent 3436034 commit 89912aa

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/source/operation_guide/federation.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ the BinderHub federation, who is in it, how to join it, etc, see
1414
========================== ======== =============== ============== =============== =====
1515
gke.mybinder.org
1616
ovh.mybinder.org
17+
ovh2.mybinder.org
1718
gesis.mybinder.org
1819
turing.mybinder.org
1920
========================== ======== =============== ============== =============== =====
@@ -24,6 +25,7 @@ turing.mybinder.org
2425
var fedUrls = [
2526
"https://gke.mybinder.org",
2627
"https://ovh.mybinder.org",
28+
"https://ovh2.mybinder.org",
2729
"https://gesis.mybinder.org",
2830
"https://turing.mybinder.org",
2931
]

mybinder/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,11 @@ federationRedirect:
618618
weight: 100
619619
health: https://ovh.mybinder.org/health
620620
versions: https://ovh.mybinder.org/versions
621+
ovh2:
622+
url: https://ovh2.mybinder.org
623+
weight: 100
624+
health: https://ovh2.mybinder.org/health
625+
versions: https://ovh2.mybinder.org/versions
621626
turing:
622627
url: https://turing.mybinder.org
623628
# https://github.com/jupyterhub/mybinder.org-deploy/issues/2252#issuecomment-1295141310

0 commit comments

Comments
 (0)