From 0bbcb4c6c49c06fce4ca6df9c3a4b41cb2d3d4af Mon Sep 17 00:00:00 2001
From: Tim Kreuzer <t.kreuzer@fz-juelich.de>
Date: Thu, 20 Mar 2025 10:24:24 +0100
Subject: [PATCH] update portalgauss config

---
 portalgauss/custom/fleet.yaml | 24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)

diff --git a/portalgauss/custom/fleet.yaml b/portalgauss/custom/fleet.yaml
index 9e75e7b1..9272484e 100644
--- a/portalgauss/custom/fleet.yaml
+++ b/portalgauss/custom/fleet.yaml
@@ -35,14 +35,18 @@ helm:
     customConfig:
       services:
         JupyterLab:
-          defaultOption: lrz
-      announcement:
-        show: true
-        title: "Upcoming Maintenance - 20 Mar 2025 08.30 - 18.30"
-        body: "All running JupyterLabs will be stopped during this maintenance."
+          defaultOption: default
+          default:
+            enabled: true
+          "3.6":
+            enabled: false
+          "4.2":
+            enabled: false
       systems:
         - JSC-Cloud
+        - LRZ-Staging
         - LRZ
+        - HLRS-Staging
       backendServices:
         outpostKubeLRZStaging:
           urls:
@@ -61,12 +65,6 @@ targetCustomizations:
         stage: staging
     helm:
       values:
-        customConfig:
-          systems:
-            - JSC-Cloud
-            - LRZ-Staging
-            - LRZ
-            - HLRS-Staging
         global:
           # hostname: zam12246.zam.kfa-juelich.de
           hostname: portal-staging.gauss-centre.eu
@@ -80,10 +78,6 @@ targetCustomizations:
         stage: production
     helm:
       values:
-        customConfig:
-          systems:
-            - JSC-Cloud
-            - LRZ
         global:
           # hostname: zam12246.zam.kfa-juelich.de
           hostname: portal.gauss-centre.eu
-- 
GitLab