diff --git a/config/curvenote.yaml b/config/curvenote.yaml index e7971ef55..1996a6ed9 100644 --- a/config/curvenote.yaml +++ b/config/curvenote.yaml @@ -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 diff --git a/config/hetzner-2i2c-bare.yaml b/config/hetzner-2i2c-bare.yaml index 57a76d0ab..3893b617a 100644 --- a/config/hetzner-2i2c-bare.yaml +++ b/config/hetzner-2i2c-bare.yaml @@ -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: diff --git a/config/hetzner-2i2c.yaml b/config/hetzner-2i2c.yaml index 9a56f632d..3d5e8c645 100644 --- a/config/hetzner-2i2c.yaml +++ b/config/hetzner-2i2c.yaml @@ -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 diff --git a/config/ovh2.yaml b/config/ovh2.yaml index 5a3e0781f..1408a12b6 100644 --- a/config/ovh2.yaml +++ b/config/ovh2.yaml @@ -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: