Skip to content

Commit

Permalink
Merge pull request #3614 from cal-itp/test_jupyterhub_images
Browse files Browse the repository at this point in the history
Add a new profile to test a jupyterhub image
  • Loading branch information
erikamov authored Jan 7, 2025
2 parents 9da708b + 866ace5 commit 78338fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[tool.poetry]
name = "ci"
version = "0.1.0"
version = "0.1.1"
description = ""
authors = ["Andrew Vaccaro"]
readme = "README.md"
package-mode = false

[tool.poetry.dependencies]
python = "^3.9"
Expand Down
6 changes: 6 additions & 0 deletions kubernetes/apps/charts/jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jupyterhub:
mem_limit: "12G"
mem_guarantee: "10G"
cpu_guarantee: 1.5
- display_name: "Prototype Image - 2024.5.24"
description: "This is the next image we will deploy."
kubespawner_override:
image:
name: ghcr.io/cal-itp/data-infra/jupyter-singleuser
tag: 2024.5.24
scheduling:
userPods:
nodeAffinity:
Expand Down

0 comments on commit 78338fd

Please sign in to comment.