feat(nubus): Add configuration for feature toggles and newsfeed into portal-frontend

This commit is contained in:
Johannes Bornhold
2025-06-05 18:06:33 +02:00
parent f4f0c80406
commit 07f7eb256f

View File

@@ -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 }}