Skip to content

Commit

Permalink
Merge pull request #6447 from shaneknapp/change-tcp-port-ranges-take-…
Browse files Browse the repository at this point in the history
…deux

[DH-377] bump default tcp available port range
  • Loading branch information
shaneknapp authored Nov 8, 2024
2 parents 47fbf6b + 3faccff commit 4cb893b
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 4cb893b

Please sign in to comment.