Add simplified helm chart (#2905)
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>
This commit is contained in:
parent
2e1fe58937
commit
d579ddb8e7
25 changed files with 1238 additions and 2 deletions
7
helm/ct.yaml
Normal file
7
helm/ct.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
remote: origin
|
||||
target-branch: main
|
||||
chart-repos:
|
||||
- bitnami=https://charts.bitnami.com/bitnami
|
||||
chart-dirs:
|
||||
- helm
|
||||
validate-maintainers: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue