Skip to content

Commit 7e4aa25

Browse files
committed
ensure the dashboard is accessible. since this is where we check the health
1 parent e78acdf commit 7e4aa25

File tree

1 file changed

+0
-6
lines changed
  • services/dask-sidecar/docker

1 file changed

+0
-6
lines changed

services/dask-sidecar/docker/boot.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ distributed:
5656
client:
5757
key: ${DASK_TLS_KEY}
5858
cert: ${DASK_TLS_CERT}
59-
scheduler:
60-
dashboard:
61-
tls:
62-
ca-file: ${DASK_TLS_CA_FILE}
63-
key: ${DASK_TLS_KEY}
64-
cert: ${DASK_TLS_CERT}
6559
EOF
6660

6761
if [ ${DASK_START_AS_SCHEDULER+x} ]; then

0 commit comments

Comments
 (0)