Skip to content

Commit

Permalink
increase port range
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmarkarl committed Nov 14, 2023
1 parent 559631c commit 2845047
Showing 1 changed file with 1 addition and 1 deletion.
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 2845047

Please sign in to comment.