Skip to content

Commit

Permalink
Merge pull request #2846 from manics/aws-curvenote-binder
Browse files Browse the repository at this point in the history
Curvenote: add to federation!
manics authored Nov 30, 2023
2 parents 92a20ad + 3d782fe commit 539dcc4
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/curvenote.yaml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ binderhub:
memory_request: "2G"

LaunchQuota:
total_quota: 10
total_quota: 40

ExternalRegistryHelper:
service_url: http://curvenote-binderhub-container-registry-helper:8080
@@ -184,9 +184,9 @@ binderhub:
enabled: false
userScheduler:
enabled: false
cull:
# maxAge: 1 hour since we're just testing
maxAge: 3600
# cull:
# # maxAge: 1 hour since we're just testing
# maxAge: 3600

imageCleaner:
# TODO: priorityClassName: binderhub-core
@@ -197,8 +197,8 @@ binderhub:
imageGCThresholdType: "absolute"

cryptnono:
# TODO: priorityClassName: binderhub-core
enabled: true
priorityClassName: binderhub-core

grafana:
enabled: false
5 changes: 5 additions & 0 deletions config/prod.yaml
Original file line number Diff line number Diff line change
@@ -239,3 +239,8 @@ federationRedirect:
weight: 100
health: https://ovh2.mybinder.org/health
versions: https://ovh2.mybinder.org/versions
curvenote:
url: https://binder.curvenote.dev
weight: 1
health: https://binder.curvenote.dev/health
versions: https://binder.curvenote.dev/versions

0 comments on commit 539dcc4

Please sign in to comment.