Skip to content

Commit 240cfd8

Browse files
authored
add gesis to the staging cluster (#1348)
add gesis to the staging cluster
2 parents 8f817d5 + e1e0980 commit 240cfd8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

config/staging.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,6 @@ federationRedirect:
123123
health: https://gke2.staging.mybinder.org/health
124124
versions: https://gke2.staging.mybinder.org/versions
125125
# unset the gesis and turing entries
126-
gesis: null
126+
gesis:
127+
weight: 10
127128
turing: null

mybinder/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,11 @@ federationRedirect:
429429
weight: 19
430430
health: https://ovh.mybinder.org/health
431431
versions: https://ovh.mybinder.org/versions
432+
gesis:
433+
url: https://gesis.mybinder.org
434+
weight: 0
435+
health: https://gesis.mybinder.org/health
436+
versions: https://gesis.mybinder.org/versions
432437
turing:
433438
url: https://turing.mybinder.org
434439
weight: 1

0 commit comments

Comments
 (0)