fix(mycloud-matrix): split sliding-sync to matrix-alpha
This commit is contained in:
parent
9f7f165421
commit
7e40bfb30f
2 changed files with 22 additions and 10 deletions
22
base-values/mycloud-matrix-alpha.yaml
Normal file
22
base-values/mycloud-matrix-alpha.yaml
Normal 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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue