Skip to content

Commit

Permalink
ensure the dashboard is accessible. since this is where we check the …
Browse files Browse the repository at this point in the history
…health
  • Loading branch information
sanderegg committed Jan 25, 2024
1 parent e78acdf commit 7e4aa25
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions services/dask-sidecar/docker/boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ distributed:
client:
key: ${DASK_TLS_KEY}
cert: ${DASK_TLS_CERT}
scheduler:
dashboard:
tls:
ca-file: ${DASK_TLS_CA_FILE}
key: ${DASK_TLS_KEY}
cert: ${DASK_TLS_CERT}
EOF

if [ ${DASK_START_AS_SCHEDULER+x} ]; then
Expand Down

0 comments on commit 7e4aa25

Please sign in to comment.