From f61648f7a3fc5063e45b1523057c8649c39a9055 Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 13 Feb 2020 16:10:41 +0100 Subject: [PATCH 1/3] Revert "Temporarily remove GESIS from the rotation" This reverts commit dd75966b9a38cc17049c74d6a7d06cbc4bf3b268. --- mybinder/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mybinder/values.yaml b/mybinder/values.yaml index 6b39fe1d1..0d5684ec1 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: 15 + health: https://gesis.mybinder.org/health + versions: https://gesis.mybinder.org/versions turing: url: https://turing.mybinder.org weight: 1 From 96adc9e0724b7fbe7e2430fecb1da118ca6ca8a3 Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 13 Feb 2020 16:11:19 +0100 Subject: [PATCH 2/3] exclude gesis with a weight of 0 --- mybinder/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mybinder/values.yaml b/mybinder/values.yaml index 0d5684ec1..364749db2 100644 --- a/mybinder/values.yaml +++ b/mybinder/values.yaml @@ -431,7 +431,7 @@ federationRedirect: versions: https://ovh.mybinder.org/versions gesis: url: https://gesis.mybinder.org - weight: 15 + weight: 0 health: https://gesis.mybinder.org/health versions: https://gesis.mybinder.org/versions turing: From e1e0980673afb87101ed75420bf9a0cb25f3e12e Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 13 Feb 2020 16:13:04 +0100 Subject: [PATCH 3/3] add gesis to the staging cluster --- config/staging.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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