Skip to content

Commit

Permalink
increase port range (#168)
Browse files Browse the repository at this point in the history
* increase port range
  • Loading branch information
sigmarkarl authored Nov 23, 2023
1 parent 75a3988 commit c8c091d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/bigdata-notebook-service-static/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ 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.1
appVersion: 0.1.1
version: 0.1.2
appVersion: 0.1.2
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
maintainers:
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: 50100
portMax: 52100

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.2.0
version: 0.2.1
appVersion: 0.1.16
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: 50100
portMax: 52100
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 c8c091d

Please sign in to comment.