Skip to content

Commit

Permalink
new dask dashboard address.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Dec 6, 2023
1 parent 568882b commit ecc8cab
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions dask_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ labextension:
initial: []

distributed:
dashboard: "https://{host}.dask.af.uchicago.edu/:{port}/status"
scheduler:
work-stealing: false

Expand Down Expand Up @@ -66,7 +67,8 @@ kubernetes:
- name: dask-scheduler
image: ghcr.io/dask/dask:latest
args:
- dask-scheduler
- dask
- scheduler
- --port
- "8786"
- --bokeh-port
Expand All @@ -89,7 +91,8 @@ kubernetes:
- name: dask-worker
image: ghcr.io/dask/dask:latest
args:
- dask-worker
- dask
- worker
- --nthreads
- "2"
# - --no-bokeh
Expand All @@ -99,8 +102,8 @@ kubernetes:
- "60"
resources:
limits:
cpu: "1.75"
memory: 6G
cpu: "2"
memory: 3G
requests:
cpu: "1.75"
memory: 6G
cpu: "1"
memory: 2G

0 comments on commit ecc8cab

Please sign in to comment.