From 807c0a720975512b0dd71289d5188a7bfddc420e Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Thu, 9 Jan 2025 10:07:06 +0100 Subject: [PATCH] Add hub_url to binderhub.config.BinderHub for localhost. --- config/localhost.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/localhost.yaml b/config/localhost.yaml index 8c5ceda06..0b303f227 100644 --- a/config/localhost.yaml +++ b/config/localhost.yaml @@ -1,6 +1,8 @@ binderhub: config: BinderHub: + # Use Kubernetes DNS + hub_url: http://hub:8081 use_registry: false extraConfig: @@ -17,12 +19,12 @@ binderhub: # This is unsafe! Only se for local development enabled: false hosts: - - localhost + - 127.0.0.1.nip.io jupyterhub: ingress: hosts: - - jupyterhub.localhost + - jupyterhub.127.0.0.1.nip.io static: ingress: @@ -30,7 +32,7 @@ static: # This is unsafe! Only se for local development enabled: false hosts: - - static.localhost + - static.127.0.0.1.nip.io analyticsPublisher: enabled: false