Skip to content

Commit

Permalink
Merge pull request #3184 from yuvipanda/obj-3
Browse files Browse the repository at this point in the history
Reduce quota for hetzner-2i2c again + re-enable cleaner
  • Loading branch information
yuvipanda authored Jan 22, 2025
2 parents cd0c2c6 + 8d8d2ae commit 19e3853
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions config/hetzner-2i2c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ binderhub:
- '--DockerEngine.extra_init_args={"timeout":1200}'

LaunchQuota:
total_quota: 250
total_quota: 100

# DockerRegistry:
# token_url: "https://2lmrrh8f.gra7.container-registry.ovh.net/service/token?service=harbor-registry"
Expand Down Expand Up @@ -100,11 +100,9 @@ binderhub:
- hub.2i2c.mybinder.org

imageCleaner:
# disable image cleaner temporarily as it seems to wipe layers before they get pushed
enabled: false
# Use 40GB as upper limit, size is given in bytes
imageGCThresholdHigh: 40e9
imageGCThresholdLow: 30e9
imageGCThresholdHigh: 300e9
imageGCThresholdLow: 100e9
imageGCThresholdType: "absolute"

grafana:
Expand Down
2 changes: 1 addition & 1 deletion config/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ federationRedirect:
hetzner-2i2c:
prime: true
url: https://2i2c.mybinder.org
weight: 60
weight: 20
health: https://2i2c.mybinder.org/health
versions: https://2i2c.mybinder.org/versions
gesis:
Expand Down

0 comments on commit 19e3853

Please sign in to comment.