Reorganized for new stable/waypoint versioning design.
This commit is contained in:
35
matrix/versions/v1/manifest.yaml
Normal file
35
matrix/versions/v1/manifest.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
version: v1.144.0-2
|
||||
requires:
|
||||
- name: postgres
|
||||
- name: redis
|
||||
- name: smtp
|
||||
defaultConfig:
|
||||
namespace: matrix
|
||||
externalDnsDomain: '{{ .cloud.domain }}'
|
||||
storage: 50Gi
|
||||
mediaStorage: 100Gi
|
||||
serverName: '{{ .cloud.domain }}'
|
||||
domain: matrix.{{ .cloud.domain }}
|
||||
tlsSecretName: wildcard-wild-cloud-tls
|
||||
enableRegistration: false
|
||||
db:
|
||||
host: '{{ .apps.postgres.host }}'
|
||||
name: matrix
|
||||
user: matrix
|
||||
redis:
|
||||
host: '{{ .apps.redis.host }}'
|
||||
smtp:
|
||||
host: '{{ .apps.smtp.host }}'
|
||||
port: '{{ .apps.smtp.port }}'
|
||||
from: matrix@{{ .cloud.domain }}
|
||||
user: '{{ .apps.smtp.user }}'
|
||||
requireTls: '{{ .apps.smtp.tls }}'
|
||||
defaultSecrets:
|
||||
- key: dbPassword
|
||||
- key: registrationSharedSecret
|
||||
- key: macaroonSecretKey
|
||||
- key: formSecret
|
||||
requiredSecrets:
|
||||
- postgres.password
|
||||
- redis.password
|
||||
- smtp.password
|
||||
Reference in New Issue
Block a user