diff --git a/config/clusters/opensci/small-binder.values.yaml b/config/clusters/opensci/small-binder.values.yaml index d45b1908d9..d5a0efca4c 100644 --- a/config/clusters/opensci/small-binder.values.yaml +++ b/config/clusters/opensci/small-binder.values.yaml @@ -16,6 +16,12 @@ jupyterhub: homepage: templateVars: enabled: false + cull: + every: 300 + # Cull after 4h of inactivity + timeout: 14400 + # No pods over 12h long + maxAge: 43200 singleuser: nodeSelector: # Temporary bigger machine and resources for https://github.com/2i2c-org/infrastructure/issues/4479