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
8 changes: 0 additions & 8 deletions config/curvenote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,6 @@ binderhub:
# # maxAge: 1 hour since we're just testing
# maxAge: 3600

imageCleaner:
# TODO: priorityClassName: binderhub-core
enabled: true
# Use 40GB as upper limit, size is given in bytes
imageGCThresholdHigh: 40e9
imageGCThresholdLow: 30e9
imageGCThresholdType: "absolute"

cryptnono:
enabled: true
priorityClassName: binderhub-core
Expand Down
8 changes: 0 additions & 8 deletions config/hetzner-2i2c-bare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,6 @@ binderhub:
hosts:
- hub.2i2c-bare.mybinder.org

imageCleaner:
# 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:
hosts:
Expand Down
4 changes: 0 additions & 4 deletions config/hetzner-2i2c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ binderhub:
- hub.2i2c.mybinder.org

imageCleaner:
# 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

Expand Down
6 changes: 0 additions & 6 deletions config/ovh2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@ binderhub:
userScheduler:
nodeSelector: *coreNodeSelector

imageCleaner:
# Use 40GB as upper limit, size is given in bytes
imageGCThresholdHigh: 40e9
imageGCThresholdLow: 30e9
imageGCThresholdType: "absolute"

grafana:
nodeSelector: *coreNodeSelector
ingress:
Expand Down
Loading