Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config/clusters/earthscope/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ basehub:
- geolab
- geolab:dev
- geolab:power
- cpu-1
- cpu-2
- cpu-3
extra_authorize_params:
# This isn't an actual URL, just a string. Must not have a trailing slash
audience: https://api.dev.earthscope.org
Expand Down
9 changes: 9 additions & 0 deletions config/clusters/earthscope/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ basehub:
unit: GiB-hours
window: 7
intersection: max
policy:
- resource: memory
limit:
value: 250
unit: GiB-hours
window: 7
scope:
group:
- cpu-1
extraConfig:
11-enforce-usage-quotas: |
from jupyterhub_usage_quotas.manager import SpawnException, UsageQuotaManager
Expand Down
Loading