From 43810932830730f0c24c637b2dd758878926871d Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Thu, 20 Mar 2025 11:41:22 +0100 Subject: [PATCH] activate juniq --- juniq/custom/fleet.yaml | 3 +-- maintenance/values/overlays/production/hosts.yaml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/juniq/custom/fleet.yaml b/juniq/custom/fleet.yaml index 03b6000b..28af64a6 100644 --- a/juniq/custom/fleet.yaml +++ b/juniq/custom/fleet.yaml @@ -62,7 +62,6 @@ targetCustomizations: clusterSelector: matchLabels: stage: production - maintenance: "false" helm: values: global: @@ -81,7 +80,7 @@ targetCustomizations: clusterSelector: matchLabels: stage: production - maintenance: "true" + maintenance: "true-disabled" helm: values: ingress: diff --git a/maintenance/values/overlays/production/hosts.yaml b/maintenance/values/overlays/production/hosts.yaml index 36677299..d0b1697b 100644 --- a/maintenance/values/overlays/production/hosts.yaml +++ b/maintenance/values/overlays/production/hosts.yaml @@ -6,8 +6,8 @@ ingress: secretName: jupyterjsc-tls-old - host: jupyter.eurocc-gcs.de secretName: eurocc-tls - - host: juniq.fz-juelich.de - secretName: juniq-tls + #- host: juniq.fz-juelich.de + # secretName: juniq-tls - host: jupyter.coe-raise.eu secretName: coeraise-tls # - host: portal.gauss-centre.eu -- GitLab