Skip to content
Merged
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/hetzner-2i2c-bare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ cryptnono:
containerdHostPath: /run/k3s/containerd/containerd.sock

binderhub:
imageCleaner:
# handled by buildkit pruner
enabled: false
config:
BinderHub:
hub_url: https://hub.2i2c-bare.mybinder.org
Expand Down
4 changes: 2 additions & 2 deletions config/hetzner-2i2c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ binderhub:
- hub.2i2c.mybinder.org

imageCleaner:
# don't cordon single-node cluster while cleaning
cordon: false
# handled by buildkit pruner
enabled: false

grafana:
ingress:
Expand Down
2 changes: 1 addition & 1 deletion mybinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ binderhub:
memory: 4Gi

imageCleaner:
enabled: false
enabled: true
# Use 40GB as upper limit, size is given in bytes
imageGCThresholdHigh: 40e9
imageGCThresholdLow: 10e9
Expand Down
Loading