Skip to content

Commit

Permalink
Cull pods that run for longer than 7 days
Browse files Browse the repository at this point in the history
Ref #3015
  • Loading branch information
yuvipanda committed Aug 28, 2023
1 parent ce46955 commit 1a7f9bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm-charts/basehub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ inClusterNFS:
global: {}

jupyterhub:
cull:
# Don't allow any nodes to run for longer than 7 days
maxAge: 604800 # 7 days in seconds
custom:
auth:
anonymizeUsername: false
Expand Down

0 comments on commit 1a7f9bc

Please sign in to comment.