Skip to content

Commit

Permalink
fix(jupyterhub): correct data type of new cpu_guarantee
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Oct 18, 2024
1 parent 4f99500 commit 817bf7d
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 817bf7d

Please sign in to comment.