Skip to content

Commit

Permalink
Merge pull request #3508 from cal-itp/fix/poweruser-cpu-syntax
Browse files Browse the repository at this point in the history
fix(jupyterhub): correct data type of new cpu_guarantee
  • Loading branch information
themightychris authored Oct 18, 2024
2 parents 4f99500 + 817bf7d commit 680a2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/charts/jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jupyterhub:
kubespawner_override:
mem_limit: "12G"
mem_guarantee: "10G"
cpu_guarantee: "1.5"
cpu_guarantee: 1.5
scheduling:
userPods:
nodeAffinity:
Expand Down

0 comments on commit 680a2d6

Please sign in to comment.