Commit a52869b 1 parent e9f5a20 commit a52869b Copy full SHA for a52869b
File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ cryptnono:
28
28
execwhacker :
29
29
containerdHostPath : /run/k3s/containerd/containerd.sock
30
30
31
- binderhub-service :
31
+ binderhub :
32
32
config :
33
33
BinderHub :
34
34
hub_url : https://hub.2i2c-bare.mybinder.org
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ dependencies:
8
8
version : 4.0.0
9
9
repository : https://jupyterhub.github.io/helm-chart/
10
10
11
- - name : binderhub-service
12
- repository : file:///Users/yuvipanda/code/binderhub-service /binderhub-service /
11
+ - name : binderhub
12
+ repository : file:///Users/yuvipanda/code/binderhub/helm-chart /binderhub/
13
13
# repository: https://2i2c.org/binderhub-service/
14
- condition : binderhub-service .enabled
15
- version : " 0. 1.0-0.dev.git.300.h3f0b9be "
14
+ condition : binderhub.enabled
15
+ version : " 1.0.0 -0.dev.git.4013.hd0c659e9 "
16
16
17
17
# https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx
18
18
- name : ingress-nginx
Original file line number Diff line number Diff line change 34
34
<html>
35
35
<head>
36
36
<title>Binder not found</title>
37
- {{ $rootUrl := printf "https://%s" (index (index .Values " binderhub-service") .ingress.hosts 0) }}
37
+ {{ $rootUrl := printf "https://%s" (index .Values. binderhub.ingress.hosts 0) }}
38
38
<link href="{{ $rootUrl }}/static/dist/styles.css" rel="stylesheet">
39
39
</head>
40
40
<body>
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ etcJupyter:
70
70
# when people leave a notebook open and wander off
71
71
cull_connected : true
72
72
73
- binderhub-service :
73
+ binderhub :
74
74
replicas : 1
75
75
76
76
resources :
@@ -322,7 +322,7 @@ binderhub-service:
322
322
event_loop_interval_log_threshold = 1
323
323
def _event_loop_tick(self):
324
324
"""Measure a single tick of the event loop
325
-
325
+
326
326
This measures the time since the last tick
327
327
"""
328
328
now = time.perf_counter()
@@ -332,8 +332,8 @@ binderhub-service:
332
332
if tick_duration >= self.event_loop_interval_log_threshold:
333
333
# warn about slow ticks
334
334
self.log.warning("Event loop was unresponsive for %.2fs!", tick_duration)
335
-
336
-
335
+
336
+
337
337
def start(self):
338
338
self.log = get_logger()
339
339
self.log.info("starting!")
You can’t perform that action at this time.
0 commit comments