mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -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>
5 lines
157 B
Go Template
5 lines
157 B
Go Template
{{ define "chart.about" }}
|
|
## About
|
|
|
|
This chart creates a monolith deployment, including an optionally enabled PostgreSQL dependency to connect to.
|
|
{{ end }} |