diff --git a/helmfile/apps/univention-management-stack/values-notifications-api.gotmpl b/helmfile/apps/univention-management-stack/values-notifications-api.gotmpl index 8bab4295..053e3290 100644 --- a/helmfile/apps/univention-management-stack/values-notifications-api.gotmpl +++ b/helmfile/apps/univention-management-stack/values-notifications-api.gotmpl @@ -11,6 +11,16 @@ notificationsapi: sql_echo: "False" api_prefix: "/univention/portal/notifications-api" +postgresql: + bundled: false + connection: + host: "postgresql" + port: 5432 + auth: + username: "notificationsapi_user" + database: "notificationsapi" + password: {{ .Values.secrets.postgresql.notificationsapiUser }} + image: registry: "{{ .Values.global.imageRegistry }}" repository: "{{ .Values.images.umsNotificationsApi.repository }}"