Skip to content

Commit cceea30

Browse files
committed
Update ingress hosts for localhost
1 parent 52a437e commit cceea30

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

config/localhost.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,14 @@ binderhub:
1919
jupyterhub:
2020
ingress:
2121
hosts:
22-
- localhost
22+
- jupyterhub.localhost
2323

2424
static:
2525
ingress:
2626
tls:
2727
enabled: false
2828
hosts:
29-
- localhost
30-
- localhost
29+
- static.localhost
3130

3231
analyticsPublisher:
3332
enabled: false

0 commit comments

Comments
 (0)