We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f817d5 + e1e0980 commit 240cfd8Copy full SHA for 240cfd8
config/staging.yaml
@@ -123,5 +123,6 @@ federationRedirect:
123
health: https://gke2.staging.mybinder.org/health
124
versions: https://gke2.staging.mybinder.org/versions
125
# unset the gesis and turing entries
126
- gesis: null
+ gesis:
127
+ weight: 10
128
turing: null
mybinder/values.yaml
@@ -429,6 +429,11 @@ federationRedirect:
429
weight: 19
430
health: https://ovh.mybinder.org/health
431
versions: https://ovh.mybinder.org/versions
432
433
+ url: https://gesis.mybinder.org
434
+ weight: 0
435
+ health: https://gesis.mybinder.org/health
436
+ versions: https://gesis.mybinder.org/versions
437
turing:
438
url: https://turing.mybinder.org
439
weight: 1
0 commit comments