Skip to content

Commit

Permalink
Add hub_url to binderhub.config.BinderHub
Browse files Browse the repository at this point in the history
for localhost.
  • Loading branch information
rgaiacs committed Jan 9, 2025
1 parent 56e8b4d commit 807c0a7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/localhost.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
binderhub:
config:
BinderHub:
# Use Kubernetes DNS
hub_url: http://hub:8081
use_registry: false

extraConfig:
Expand All @@ -17,20 +19,20 @@ 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:
tls:
# This is unsafe! Only se for local development
enabled: false
hosts:
- static.localhost
- static.127.0.0.1.nip.io

analyticsPublisher:
enabled: false
Expand Down

0 comments on commit 807c0a7

Please sign in to comment.