Skip to content
Draft
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion helm-charts/basehub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
repository: https://helm.dask.org/
condition: dask-gateway.enabled
- name: jupyterhub-home-nfs
version: 1.2.1-0.dev.git.1.h1c81b4b
version: 1.2.1-0.dev.git.1.h3815a8e
repository: oci://ghcr.io/2i2c-org/jupyterhub-home-nfs
condition: jupyterhub-home-nfs.enabled
- name: jupyterhub-groups-exporter
Expand Down
14 changes: 14 additions & 0 deletions helm-charts/basehub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1713,6 +1713,20 @@ jupyterhub:
jupyterhub-home-nfs:
enabled: true
fullnameOverride: storage-quota
nfsServer:
extraGaneshaConfig: |
QOS_DEFAULT_CONFIG {
enable_qos = true;
enble_iops_control = true;

# 32 MiB/s
combined_rw_bw_control = true;
max_client_combined_bw = 33554432;

combined_rw_iops_control = true;
max_client_iops = 160;

}
autoResizer:
enabled: true
nodeExporter:
Expand Down
Loading