From 086efe7b152c22601ea8281f2b52f55966f46ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Fri, 20 Sep 2024 16:23:08 +0000 Subject: [PATCH] Sync comments --- cesnet-central/deployments/fullhub.yaml | 2 +- common/deployments/hub-production.yaml | 2 +- common/deployments/hub-staging.yaml | 2 +- testing/deployments/hub.yaml | 7 +++---- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml index ffe9eee..1c1daf6 100644 --- a/cesnet-central/deployments/fullhub.yaml +++ b/cesnet-central/deployments/fullhub.yaml @@ -138,7 +138,7 @@ singleuser: # #ResourceUseDisplay.mem_warning_threshold=0.25 sets for resource-usage #extension to warn about used memory when only 25% of memory is available - #which is also used by EGI notebooks-resource-warning extension + #which is also used by EGI notebooks-resource-warning extension stringData: |- #! /bin/sh # diff --git a/common/deployments/hub-production.yaml b/common/deployments/hub-production.yaml index cda893f..3fc838e 100644 --- a/common/deployments/hub-production.yaml +++ b/common/deployments/hub-production.yaml @@ -120,7 +120,7 @@ singleuser: # #ResourceUseDisplay.mem_warning_threshold=0.25 sets for resource-usage #extension to warn about used memory when only 25% of memory is available - #which is also used by EGI notebooks-resource-warning extension + #which is also used by EGI notebooks-resource-warning extension stringData: |- #! /bin/sh # diff --git a/common/deployments/hub-staging.yaml b/common/deployments/hub-staging.yaml index ad8c2c1..24e83a0 100644 --- a/common/deployments/hub-staging.yaml +++ b/common/deployments/hub-staging.yaml @@ -120,7 +120,7 @@ singleuser: # #ResourceUseDisplay.mem_warning_threshold=0.25 sets for resource-usage #extension to warn about used memory when only 25% of memory is available - #which is also used by EGI notebooks-resource-warning extension + #which is also used by EGI notebooks-resource-warning extension stringData: |- #! /bin/sh # diff --git a/testing/deployments/hub.yaml b/testing/deployments/hub.yaml index 2a10106..7022425 100644 --- a/testing/deployments/hub.yaml +++ b/testing/deployments/hub.yaml @@ -114,15 +114,14 @@ singleuser: singleuser-webdav-wrapper.sh: mode: 0755 mountPath: /usr/local/bin/jupyterhub-singleuser-webdav-wrapper - #NotebookNotary.db_file=':memory:' is used due to issues #notebook notary file was causing in ~/.jupyter in ownCloud mount # #LabApp.custom_css=True allows to use custom CSS for EOSC style # - #ResourceUseDisplay.mem_warning_threshold=0.75 sets memory warning at 75% - #threshold for resource-usage extension which is also used by EGI - #notebooks-resource-warning extension + #ResourceUseDisplay.mem_warning_threshold=0.25 sets for resource-usage + #extension to warn about used memory when only 25% of memory is available + #which is also used by EGI notebooks-resource-warning extension stringData: |- #! /bin/sh # -- GitLab