fix: move MAS registration config to correct section

This commit is contained in:
2026-04-26 22:36:59 +02:00
parent 7a9dd0de6f
commit d7f4052935
+8 -14
View File
@@ -15,22 +15,12 @@ spec:
namespace: synapse namespace: synapse
values: values:
serverName: commatrix.net-scope.org serverName: commatrix.net-scope.org
postgres: postgres:
enabled: false enabled: false
synapse: synapse:
enabled: true enabled: true
ingress: ingress:
host: commatrix.net-scope.org host: commatrix.net-scope.org
additional:
auth.yaml:
config: |
account:
password_registration_enabled: true
password_change_allowed: true
registration_token_required: true
password_registration_email_required: false
signingKey: signingKey:
secret: synapse-secret secret: synapse-secret
secretKey: SIGNING_KEY secretKey: SIGNING_KEY
@@ -43,11 +33,18 @@ spec:
password: password:
secret: synapse-secret secret: synapse-secret
secretKey: SYNAPSE_DB_PASSWORD secretKey: SYNAPSE_DB_PASSWORD
matrixAuthenticationService: matrixAuthenticationService:
enabled: true enabled: true
ingress: ingress:
host: auth.net-scope.org host: auth.net-scope.org
additional:
auth.yaml:
config: |
account:
password_registration_enabled: true
password_change_allowed: true
registration_token_required: true
password_registration_email_required: false
postgres: postgres:
host: mas-db-rw.synapse.svc.cluster.local host: mas-db-rw.synapse.svc.cluster.local
port: 5432 port: 5432
@@ -57,14 +54,11 @@ spec:
password: password:
secret: synapse-secret secret: synapse-secret
secretKey: MAS_DB_PASSWORD secretKey: MAS_DB_PASSWORD
elementWeb: elementWeb:
enabled: true enabled: true
ingress: ingress:
host: element.net-scope.org host: element.net-scope.org
elementAdmin: elementAdmin:
enabled: false enabled: false
matrixRTC: matrixRTC:
enabled: false enabled: false