mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-20 12:33:09 -06:00
As discussed yesterday, a simplified version of [my helm](https://github.com/S7evinK/dendrite-helm) which deploys a monolith with internal NATS and an optionally enabled PostgreSQL server. If the PostgreSQL dependency is not enabled, a user specified connection string is constructed. Co-authored-by: kegsay <kegan@matrix.org>
14 lines
159 B
YAML
14 lines
159 B
YAML
---
|
|
postgresql:
|
|
enabled: true
|
|
primary:
|
|
persistence:
|
|
size: 1Gi
|
|
|
|
dendrite_config:
|
|
global:
|
|
server_name: "localhost"
|
|
|
|
ingress:
|
|
enabled: true
|