Skip to content

Commit

Permalink
curvenote: total_quota 40, use default cull time
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Nov 30, 2023
1 parent 92a20ad commit 591bd25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/curvenote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -197,8 +197,8 @@ binderhub:
imageGCThresholdType: "absolute"

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

grafana:
enabled: false
Expand Down

0 comments on commit 591bd25

Please sign in to comment.