Skip to content

Commit

Permalink
Fix port numbers in dask_config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Dec 1, 2023
1 parent 61bf64a commit b041a38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dask_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ kubernetes:
args:
- dask-scheduler
- --port
- "8786"
- 8786
- --bokeh-port
- "8787"
- 8787
resources:
limits:
cpu: "1.75"
Expand All @@ -132,7 +132,7 @@ kubernetes:
- name: dask-worker
image: ghcr.io/dask/dask:latest
args:
- dask-worker
# - dask-worker
- --nthreads
- "2"
- --no-bokeh
Expand Down

0 comments on commit b041a38

Please sign in to comment.