diff --git a/helm/chart/config.yaml b/helm/chart/config.yaml index a469fc6..40b6597 100644 --- a/helm/chart/config.yaml +++ b/helm/chart/config.yaml @@ -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") @@ -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: