Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increase port range #168

Merged
merged 5 commits into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
alextarasov-spot marked this conversation as resolved.
Show resolved Hide resolved
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
Loading