From 97f2d4c9b683c88bc2bccbe64e6245f0e7626e82 Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Tue, 25 Mar 2025 16:03:53 +0100 Subject: [PATCH] add LoginNodeHWAI for JURECA --- charts/jupyter-hub-customizations/Chart.yaml | 2 +- .../jupyter-hub-customizations/templates/configmap_custom.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/jupyter-hub-customizations/Chart.yaml b/charts/jupyter-hub-customizations/Chart.yaml index 2db3c05..bdf73fd 100644 --- a/charts/jupyter-hub-customizations/Chart.yaml +++ b/charts/jupyter-hub-customizations/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.16.22 +version: 0.16.23 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/charts/jupyter-hub-customizations/templates/configmap_custom.yaml b/charts/jupyter-hub-customizations/templates/configmap_custom.yaml index 38f7636..d94f71b 100644 --- a/charts/jupyter-hub-customizations/templates/configmap_custom.yaml +++ b/charts/jupyter-hub-customizations/templates/configmap_custom.yaml @@ -387,6 +387,7 @@ data: JURECA: interactivePartitions: - LoginNode + - LoginNodeHWAI weight: 2 {{- with .Values.customConfig.systemsMaxPerUser.JURECA }} maxPerUser: @@ -533,6 +534,7 @@ data: {{- if has "JURECA" .Values.customConfig.systems }} JURECA: LoginNode: {} + LoginNodeHWAI: {} dc-cpu: nodes: default: 1 -- GitLab