Skip to content

Commit fcd1a10

Browse files
authored
Merge pull request #3174 from minrk/2i2c-registry-replicas
ease 2i2c in more
2 parents a08ea52 + 9540bef commit fcd1a10

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.github/workflows/test-helm-template.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
k3s-channel: "v1.24"
4242
- release: ovh2
4343
k3s-channel: "v1.24"
44+
- release: hetzner-2i2c
45+
k3s-channel: "v1.24"
4446

4547
steps:
4648
- uses: actions/checkout@v4

config/hetzner-2i2c.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ projectName: hetzner-2i2c
22

33
registry:
44
enabled: true
5+
replicas: 4
56
config:
67
storage:
78
# Uncomment this and comment out the s3 config to use filesystem

config/prod.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -229,13 +229,13 @@ federationRedirect:
229229
health: https://gke.mybinder.org/health
230230
versions: https://gke.mybinder.org/versions
231231
hetzner-2i2c:
232-
prime: false
232+
prime: true
233233
url: https://2i2c.mybinder.org
234-
weight: 10
234+
weight: 20
235235
health: https://2i2c.mybinder.org/health
236236
versions: https://2i2c.mybinder.org/versions
237237
gesis:
238-
prime: true
238+
prime: false
239239
url: https://notebooks.gesis.org/binder
240240
weight: 40
241241
health: https://notebooks.gesis.org/binder/health

config/test-secrets.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ matomo:
1717

1818
analyticsPublisher:
1919
serviceAccountKey: "abc123"
20+
21+
registry:
22+
auth:
23+
username: abc123
24+
password: def456

0 commit comments

Comments
 (0)