diff --git a/config/curvenote.yaml b/config/curvenote.yaml index 132727628..f62ef71d7 100644 --- a/config/curvenote.yaml +++ b/config/curvenote.yaml @@ -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 diff --git a/config/prod.yaml b/config/prod.yaml index d2f006155..d0f53e02a 100644 --- a/config/prod.yaml +++ b/config/prod.yaml @@ -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