Skip to content

Commit 19e3853

Browse files
authored
Merge pull request #3184 from yuvipanda/obj-3
Reduce quota for hetzner-2i2c again + re-enable cleaner
2 parents cd0c2c6 + 8d8d2ae commit 19e3853

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

config/hetzner-2i2c.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ binderhub:
4747
- '--DockerEngine.extra_init_args={"timeout":1200}'
4848

4949
LaunchQuota:
50-
total_quota: 250
50+
total_quota: 100
5151

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

102102
imageCleaner:
103-
# disable image cleaner temporarily as it seems to wipe layers before they get pushed
104-
enabled: false
105103
# Use 40GB as upper limit, size is given in bytes
106-
imageGCThresholdHigh: 40e9
107-
imageGCThresholdLow: 30e9
104+
imageGCThresholdHigh: 300e9
105+
imageGCThresholdLow: 100e9
108106
imageGCThresholdType: "absolute"
109107

110108
grafana:

config/prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ federationRedirect:
231231
hetzner-2i2c:
232232
prime: true
233233
url: https://2i2c.mybinder.org
234-
weight: 60
234+
weight: 20
235235
health: https://2i2c.mybinder.org/health
236236
versions: https://2i2c.mybinder.org/versions
237237
gesis:

0 commit comments

Comments
 (0)