Skip to content

Commit

Permalink
Merge pull request #3174 from minrk/2i2c-registry-replicas
Browse files Browse the repository at this point in the history
ease 2i2c in more
  • Loading branch information
minrk authored Jan 21, 2025
2 parents a08ea52 + 9540bef commit fcd1a10
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-helm-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
k3s-channel: "v1.24"
- release: ovh2
k3s-channel: "v1.24"
- release: hetzner-2i2c
k3s-channel: "v1.24"

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions config/hetzner-2i2c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ projectName: hetzner-2i2c

registry:
enabled: true
replicas: 4
config:
storage:
# Uncomment this and comment out the s3 config to use filesystem
Expand Down
6 changes: 3 additions & 3 deletions config/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,13 @@ federationRedirect:
health: https://gke.mybinder.org/health
versions: https://gke.mybinder.org/versions
hetzner-2i2c:
prime: false
prime: true
url: https://2i2c.mybinder.org
weight: 10
weight: 20
health: https://2i2c.mybinder.org/health
versions: https://2i2c.mybinder.org/versions
gesis:
prime: true
prime: false
url: https://notebooks.gesis.org/binder
weight: 40
health: https://notebooks.gesis.org/binder/health
Expand Down
5 changes: 5 additions & 0 deletions config/test-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ matomo:

analyticsPublisher:
serviceAccountKey: "abc123"

registry:
auth:
username: abc123
password: def456

0 comments on commit fcd1a10

Please sign in to comment.