mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 08:21:40 +01:00
feat(nubus): Add configuration for feature toggles and newsfeed into portal-frontend
This commit is contained in:
@@ -871,6 +871,23 @@ nubusPortalConsumer:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
nubusPortalServer:
|
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:
|
additionalAnnotations:
|
||||||
intents.otterize.com/service-name: "ums-portal-server"
|
intents.otterize.com/service-name: "ums-portal-server"
|
||||||
{{- with .Values.annotations.nubusPortalServer.additional }}
|
{{- with .Values.annotations.nubusPortalServer.additional }}
|
||||||
|
|||||||
Reference in New Issue
Block a user