diff --git a/config/staging.yaml b/config/staging.yaml index eb01e5eca..aa19ef019 100644 --- a/config/staging.yaml +++ b/config/staging.yaml @@ -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 diff --git a/mybinder/values.yaml b/mybinder/values.yaml index 6b39fe1d1..364749db2 100644 --- a/mybinder/values.yaml +++ b/mybinder/values.yaml @@ -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