diff --git a/docs/source/operation_guide/federation.rst b/docs/source/operation_guide/federation.rst index 004794700..5be9b65c7 100644 --- a/docs/source/operation_guide/federation.rst +++ b/docs/source/operation_guide/federation.rst @@ -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 ========================== ======== =============== ============== =============== ===== @@ -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", ] diff --git a/mybinder/values.yaml b/mybinder/values.yaml index 026a37654..9761fb8c3 100644 --- a/mybinder/values.yaml +++ b/mybinder/values.yaml @@ -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