Skip to content

Commit

Permalink
don't cordon single-node hetzner-2i2c while cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Jan 24, 2025
1 parent ba5ad8c commit 0c843a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/hetzner-2i2c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,12 @@ binderhub:
- hub.2i2c.mybinder.org

imageCleaner:
# Use 40GB as upper limit, size is given in bytes
# Use 300GB as upper limit, size is given in bytes
imageGCThresholdHigh: 300e9
imageGCThresholdLow: 100e9
imageGCThresholdType: "absolute"
# don't cordon single-node cluster while cleaning
cordon: false

grafana:
ingress:
Expand Down

0 comments on commit 0c843a1

Please sign in to comment.