fix(nubus): Keep provisioning and consumers behind a feature-flag for easier merging

This commit should be reverted once we are confident that provisioning
and the consumers work as expected.
This commit is contained in:
Johannes Lohmer
2024-08-27 11:27:06 +02:00
committed by Johannes Bornhold
parent 9db9f08e93
commit dd945b7485
10 changed files with 58 additions and 15 deletions

View File

@@ -21,6 +21,7 @@ persistence:
nubus:
ldapServerData: "42Gi"
ldapServerShared: "42Gi"
portalListener: "42Gi"
portalConsumer: "42Gi"
selfserviceListener: "42Gi"
postfix: "42Gi"
@@ -91,6 +92,7 @@ replicas:
umsLdapServer: 42
umsNotificationsApi: 42
umsPortalFrontend: 42
umsPortalListener: 42
umsPortalConsumer: 42
umsPortalServer: 42
umsSelfserviceListener: 42