Skip to content

Commit 2c06aa8

Browse files
author
Tom Augspurger
committed
Fixed cull level
1 parent 3992593 commit 2c06aa8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

helm/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ daskhub:
1919
name: pcccr.azurecr.io/jupyterhub/k8s-hub
2020
tag: "1.0.1.post0"
2121

22-
cull:
23-
enabled: true
24-
maxAge: 86400 # 24 hours
25-
2622
config:
2723
JupyterHub:
2824
admin_access: false
@@ -151,6 +147,10 @@ daskhub:
151147
152148
c.KubeSpawner.pre_spawn_hook = pre_spawn_hook
153149
150+
cull:
151+
enabled: true
152+
maxAge: 86400 # 24 hours
153+
154154
proxy:
155155
https:
156156
enabled: true

0 commit comments

Comments
 (0)