Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Augspurger committed May 25, 2024
1 parent 3406eff commit 644251b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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://hub:8081/services/dask-gateway/"
c.KubeSpawner.environment["DASK_GATEWAY__ADDRESS"] = "http://proxy-public:80/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

0 comments on commit 644251b

Please sign in to comment.