Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions config/clusters/awi-ciroh/workshop.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ basehub:
homepage:
gitRepoBranch: unify-logins-2
singleuser:
storage:
extraVolumes:
002-scratch-session:
name: scratch-session
emptyDir:
# Limit total size, to prevent pod being evicted
# with over use by any one user. This can be increased,
# but may need to increase the size of the node disk
sizeLimit: 20Gi
profileList:
# The mem-guarantees are here so k8s doesn't schedule other pods
# on these nodes. They need to be just under total allocatable
Expand Down
Loading