mirror of
https://github.com/matrix-org/dendrite.git
synced 2024-11-23 14:51:56 -06:00
d579ddb8e7
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>
20 lines
414 B
YAML
20 lines
414 B
YAML
apiVersion: v2
|
|
name: dendrite
|
|
version: "0.10.8"
|
|
appVersion: "0.10.8"
|
|
description: Dendrite Matrix Homeserver
|
|
type: application
|
|
keywords:
|
|
- matrix
|
|
- chat
|
|
- homeserver
|
|
- dendrite
|
|
home: https://github.com/matrix-org/dendrite
|
|
sources:
|
|
- https://github.com/matrix-org/dendrite
|
|
dependencies:
|
|
- name: postgresql
|
|
version: 12.1.7
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: postgresql.enabled
|