File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
kubernetes/apps/charts/jupyterhub Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ calitp:
31
31
secrets :
32
32
- jupyterhub_jupyterhub-gcloud-service-key
33
33
- jupyterhub_jupyterhub-github-config
34
- timeout : 15m0s
34
+ timeout : 10m0s
35
35
- name : loki
36
36
driver : helm
37
37
namespace : monitoring-loki
Original file line number Diff line number Diff line change @@ -40,17 +40,17 @@ jupyterhub:
40
40
mem_limit : " 12G"
41
41
mem_guarantee : " 10G"
42
42
cpu_guarantee : 1.5
43
- - display_name : " Prototype Image - 2024 .6.10, Python 3.11"
43
+ - display_name : " Prototype Image - 2025 .6.10, Python 3.11"
44
44
description : " This is the newer environment for new package testing."
45
45
kubespawner_override :
46
- image : ghcr.io/cal-itp/data-infra/jupyter-singleuser:2024 .6.10
47
- - display_name : " Power Prototype Image - 2024 .6.10, Python 3.11"
46
+ image : ghcr.io/cal-itp/data-infra/jupyter-singleuser:2025 .6.10
47
+ - display_name : " Power Prototype Image - 2025 .6.10, Python 3.11"
48
48
description : " Your code will run on a shared machine with 10–12G of memory and 1.5–1.9 CPU cores."
49
49
kubespawner_override :
50
50
mem_limit : " 12G"
51
51
mem_guarantee : " 10G"
52
52
cpu_guarantee : 1.5
53
- image : ghcr.io/cal-itp/data-infra/jupyter-singleuser:2024 .6.10
53
+ image : ghcr.io/cal-itp/data-infra/jupyter-singleuser:2025 .6.10
54
54
scheduling :
55
55
userPods :
56
56
nodeAffinity :
You can’t perform that action at this time.
0 commit comments