Skip to content
Snippets Groups Projects
Verified Commit 947e9f1e authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(matrix): Add additional database replica

This patch adds an additional replica of the database, which should help
to prevent reduce risks of a single Database being down.
parent a089ac60
No related branches found
No related tags found
No related merge requests found
apiVersion: "acid.zalan.do/v1"
kind: postgresql
metadata:
name: matrix-postgres
namespace: matrix
spec:
numberOfInstances: 2
...@@ -7,4 +7,5 @@ resources: ...@@ -7,4 +7,5 @@ resources:
- signing-key.yaml - signing-key.yaml
- ../../../shared/resourcequotas/default.yaml - ../../../shared/resourcequotas/default.yaml
patchesStrategicMerge: patchesStrategicMerge:
- database-override.yaml
- matrix-synapse-values.yaml - matrix-synapse-values.yaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment