fix(univention-management-stack): Use postgresql service for notifications-api

This commit is contained in:
Johannes Bornhold
2023-08-29 21:47:47 +02:00
parent a74d662404
commit fe0e0cdce4

View File

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