diff --git a/helm-charts/basehub/Chart.yaml b/helm-charts/basehub/Chart.yaml index da75b338a5..61565d244b 100644 --- a/helm-charts/basehub/Chart.yaml +++ b/helm-charts/basehub/Chart.yaml @@ -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 diff --git a/helm-charts/basehub/values.yaml b/helm-charts/basehub/values.yaml index 720b106efe..2770834172 100644 --- a/helm-charts/basehub/values.yaml +++ b/helm-charts/basehub/values.yaml @@ -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: