Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions helm/chart/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ daskhub:
01-add-dask-gateway-values: |
# The daskhub helm chart doesn't correctly handle hub.baseUrl.
# DASK_GATEWAY__PUBLIC_ADDRESS set via terraform
c.KubeSpawner.environment["DASK_GATEWAY__ADDRESS"] = "http://proxy-http:8000/services/dask-gateway/"
c.KubeSpawner.environment["DASK_GATEWAY__ADDRESS"] = "http://hub:8081/services/dask-gateway/"
c.KubeSpawner.environment["DASK_GATEWAY__PUBLIC_ADDRESS"] = "https://${jupyterhub_host}/services/dask-gateway/"
templates: |
c.JupyterHub.template_paths.insert(0, "/etc/jupyterhub/templates")
Expand Down Expand Up @@ -282,7 +282,7 @@ daskhub:
auth:
jupyterhub:
apiToken: "{{ tf.jupyterhub_dask_gateway_token }}"
apiUrl: http://proxy-http:8000/hub/api
apiUrl: http://hub:8081/hub/api
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down