Production-ready Kubernetes deployment for Matrix Synapse
Add this Helm repository and install the chart:
# Add repository
helm repo add matrix-synapse https://ludolac.github.io/matrix-synapse-stack/
helm repo update
# Install chart
helm install matrix-synapse matrix-synapse/matrix-synapse \
--namespace matrix \
--create-namespace \
--values values.yaml