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