Skip to content

Commit

Permalink
bump default tcp available port range
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Oct 31, 2024
1 parent cb14f1a commit 3faccff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jupyterhub:
# https://z2jh.jupyter.org/en/latest/resources/reference.html#proxy-chp-extrapodspec
# https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#PodSpec
#
extraPodSpec:
securityContext:
sysctls:
- name: net.ipv4.ip_local_port_range
value: "10000 65000"
image:
tag: 4.6.2
# extraCommandLineFlags:
Expand Down

0 comments on commit 3faccff

Please sign in to comment.