From 07f7eb256fd50bd65110da01cb11b2d6cafa2789 Mon Sep 17 00:00:00 2001 From: Johannes Bornhold Date: Thu, 5 Jun 2025 18:06:33 +0200 Subject: [PATCH] feat(nubus): Add configuration for feature toggles and newsfeed into portal-frontend --- helmfile/apps/nubus/values-nubus.yaml.gotmpl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index 8f90f7e5..388808aa 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -871,6 +871,23 @@ nubusPortalConsumer: {{- end }} nubusPortalServer: + featureToggles: + centered_layout: true + newsfeed: true + notifications_api: true + umc_session_refresh: true + welcome_message: true + # NOTE: The newsfeed is behind the feature toggle "newsfeed" and will only be shown + # if the toggle is activated. + newsfeed: + feedType: wordpress + feedUrl: + de_DE: https://www.univention.de/nubus-portal-feed-de/ + en_US: https://www.univention.com/nubus-portal-feed-en/ + homeUrl: + de_DE: https://www.univention.de/news/blog-de/ + en_US: https://www.univention.com/news/blog-en/ + icsSilentLoginUrl: null additionalAnnotations: intents.otterize.com/service-name: "ums-portal-server" {{- with .Values.annotations.nubusPortalServer.additional }}