fix(mycloud-matrix): split sliding-sync to matrix-alpha

This commit is contained in:
WrenIX 2024-11-13 21:42:27 +01:00
parent 9f7f165421
commit 7e40bfb30f
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
2 changed files with 22 additions and 10 deletions

View file

@ -0,0 +1,22 @@
##
# commons are from mycloud-core
##
components:
mycloud-services:
# patch mycloud-core to get another database
values:
databases:
matrix-sliding-sync:
type: postgresql
mycloud-matrix:
values:
server:
slidingSync:
enabled: true
ingress:
element:
config:
features:
feature_sliding_sync: true

View file

@ -7,21 +7,11 @@ components:
# patch mycloud-core to get another database
values:
databases:
matrix-sliding-sync:
type: postgresql
matrix-authentication-service:
type: postgresql
mycloud-matrix:
# patch mycloud-core to get another database
values:
server:
slidingSync:
enabled: true
authenticationService:
enabled: true
ingress:
element:
config:
features:
feature_sliding_sync: true