Skip to content

Commit

Permalink
Merge pull request #6441 from shaneknapp/increase-ephemeral-ports-by-…
Browse files Browse the repository at this point in the history
…default

[DH-377] Increase ephemeral ports by default
  • Loading branch information
shaneknapp authored Oct 30, 2024
2 parents 6291882 + 299c086 commit 601f008
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: '1.0'
description: Deployment Chart for JupyterHub
name: hub
version: 20240731-224556.git.8607.hf7abb041
version: 20240731-224556.git.8735.h3e417283
10 changes: 10 additions & 0 deletions hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ jupyterhub:
# https://github.com/Jimbly/http-proxy-node16/commit/56283e33edfc7aad8c2605dd493da8a196b4371d
# https://github.com/consideRatio/configurable-http-proxy/commits/main/
# https://jira-secure.berkeley.edu/browse/DH-382 timeouts break stuff
#
# bump the default ip_local_port_range from "32768 60999" to "10000 65000"
# 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
2 changes: 1 addition & 1 deletion node-placeholder/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 20240731-224556.git.8610.hedc17750
version: 20240731-224556.git.8735.h3e417283

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion node-placeholder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
repository: us-central1-docker.pkg.dev/ucb-datahub-2018/core/node-placeholder-scaler
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "20240731-224556.git.8610.hedc17750"
tag: "20240731-224556.git.8652.h618d172c"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 601f008

Please sign in to comment.