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:
Till 2023-01-06 15:44:10 +01:00 committed by GitHub
parent 2e1fe58937
commit d579ddb8e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 1238 additions and 2 deletions

1
helm/cr.yaml Normal file
View file

@ -0,0 +1 @@
release-name-template: "helm-{{ .Name }}-{{ .Version }}"