Skip to content

Commit

Permalink
add culling to jhub
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Jul 26, 2024
1 parent f7777b5 commit ef09711
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
9 changes: 5 additions & 4 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Authors

List of contributors in alphabetical order:
List of contributors:

- Enrique Garcia Garcia <[email protected]>
- Elena Gazzarrini <[email protected]>
- Domenic Gosein <[email protected]>
- Elena Gazzarrini (CERN), 2022-2024
- Enrique Garcia Garcia (CERN), 2022-2025
- Domenic Gosein (CERN), 2022-2023
- Giovanni Guerrieri (CERN), 2024-
10 changes: 10 additions & 0 deletions infrastructure/cluster/flux/jhub/jhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,16 @@ spec:
RUCIO_CA_CERT: "/certs/rucio_ca.pem"
OAUTH2_TOKEN: "FILE:/tmp/eos_oauth.token"

extraFiles:
jupyter_notebook_config.json:
mountPath: /etc/jupyter/jupyter_notebook_config.json
data:
MappingKMappingKernelManager:
cull_idle_timeout: 3600
cull_interval: 600
cull_busy: false
cull_connected: true

ingress:
enabled: true
ingressClassName: nginx
Expand Down

0 comments on commit ef09711

Please sign in to comment.