File tree Expand file tree Collapse file tree 4 files changed +0
-26
lines changed Expand file tree Collapse file tree 4 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -188,14 +188,6 @@ binderhub:
188188 # # maxAge: 1 hour since we're just testing
189189 # maxAge: 3600
190190
191- imageCleaner :
192- # TODO: priorityClassName: binderhub-core
193- enabled : true
194- # Use 40GB as upper limit, size is given in bytes
195- imageGCThresholdHigh : 40e9
196- imageGCThresholdLow : 30e9
197- imageGCThresholdType : " absolute"
198-
199191cryptnono :
200192 enabled : true
201193 priorityClassName : binderhub-core
Original file line number Diff line number Diff line change @@ -103,14 +103,6 @@ binderhub:
103103 hosts :
104104 - hub.2i2c-bare.mybinder.org
105105
106- imageCleaner :
107- # Use 300GB as upper limit, size is given in bytes
108- imageGCThresholdHigh : 300e9
109- imageGCThresholdLow : 100e9
110- imageGCThresholdType : " absolute"
111- # don't cordon single-node cluster while cleaning
112- cordon : false
113-
114106grafana :
115107 ingress :
116108 hosts :
Original file line number Diff line number Diff line change @@ -97,10 +97,6 @@ binderhub:
9797 - hub.2i2c.mybinder.org
9898
9999 imageCleaner :
100- # Use 300GB as upper limit, size is given in bytes
101- imageGCThresholdHigh : 300e9
102- imageGCThresholdLow : 100e9
103- imageGCThresholdType : " absolute"
104100 # don't cordon single-node cluster while cleaning
105101 cordon : false
106102
Original file line number Diff line number Diff line change @@ -85,12 +85,6 @@ binderhub:
8585 userScheduler :
8686 nodeSelector : *coreNodeSelector
8787
88- imageCleaner :
89- # Use 40GB as upper limit, size is given in bytes
90- imageGCThresholdHigh : 40e9
91- imageGCThresholdLow : 30e9
92- imageGCThresholdType : " absolute"
93-
9488grafana :
9589 nodeSelector : *coreNodeSelector
9690 ingress :
You can’t perform that action at this time.
0 commit comments