Skip to content

Commit

Permalink
max port moved down to 50100 (#207)
Browse files Browse the repository at this point in the history
* max port moved down to 50100

* BGD-5031  notbook service static port reduced
  • Loading branch information
raggivald authored May 7, 2024
1 parent 994c2a4 commit 7aa3abf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/bigdata-notebook-service-static/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-notebook-service-static
description: A Helm chart for the Spot Big Data Notebook Service (static part)
type: application
version: 0.1.2
version: 0.1.3
appVersion: 0.1.2
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
2 changes: 1 addition & 1 deletion charts/bigdata-notebook-service-static/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kernel:
# Port range usable by kernels. Each kernel takes one port.
# Has to be in sync with the port range in the JEG deployment.
portMin: 50000
portMax: 52100
portMax: 50100

kernelConnectionServiceSelectorLabels: {} # Overridden at deploy time

Expand Down
2 changes: 1 addition & 1 deletion charts/bigdata-notebook-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-notebook-service
description: A Helm chart for the Spot Big Data Notebook Service
type: application
version: 0.3.1
version: 0.3.2
appVersion: 0.82.3
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
2 changes: 1 addition & 1 deletion charts/bigdata-notebook-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ port: 8888
kernel:
defaultNamespace: "spark-apps" # Default kernel namespace
portMin: 50000 # Port range usable by kernels. Each kernel takes one port.
portMax: 52100
portMax: 50100
egResponsePort: 50100 # Port used by kernels to send responses to the notebook service.
launchTimeout: 600 # Timeout for kernel launching in seconds. Nginx timeout is also set to this value.
cullIdleTimeout: 0 # Timeout for an idle kernel before it's culled in seconds. 0 turns it off, we use the timeout feature instead.
Expand Down

0 comments on commit 7aa3abf

Please sign in to comment.