Skip to content

Commit

Permalink
Disable user scheduler for jupyterhub
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasd committed Jun 3, 2024
1 parent d3c3458 commit a4e26c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/modules/jupyterhub/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ resource "helm_release" "jupyterhub" {
- jupyter.${var.ingress_domain}
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: "0"
scheduling:
userScheduler:
enabled: false
EOT
]
}
Expand Down

0 comments on commit a4e26c7

Please sign in to comment.