File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 41
41
k3s-channel : " v1.24"
42
42
- release : ovh2
43
43
k3s-channel : " v1.24"
44
+ - release : hetzner-2i2c
45
+ k3s-channel : " v1.24"
44
46
45
47
steps :
46
48
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ projectName: hetzner-2i2c
2
2
3
3
registry :
4
4
enabled : true
5
+ replicas : 4
5
6
config :
6
7
storage :
7
8
# Uncomment this and comment out the s3 config to use filesystem
Original file line number Diff line number Diff line change @@ -229,13 +229,13 @@ federationRedirect:
229
229
health : https://gke.mybinder.org/health
230
230
versions : https://gke.mybinder.org/versions
231
231
hetzner-2i2c :
232
- prime : false
232
+ prime : true
233
233
url : https://2i2c.mybinder.org
234
- weight : 10
234
+ weight : 20
235
235
health : https://2i2c.mybinder.org/health
236
236
versions : https://2i2c.mybinder.org/versions
237
237
gesis :
238
- prime : true
238
+ prime : false
239
239
url : https://notebooks.gesis.org/binder
240
240
weight : 40
241
241
health : https://notebooks.gesis.org/binder/health
Original file line number Diff line number Diff line change @@ -17,3 +17,8 @@ matomo:
17
17
18
18
analyticsPublisher :
19
19
serviceAccountKey : " abc123"
20
+
21
+ registry :
22
+ auth :
23
+ username : abc123
24
+ password : def456
You can’t perform that action at this time.
0 commit comments