Adds mattermost app.

This commit is contained in:
2026-06-19 21:33:11 +00:00
parent d7a11b380c
commit 2d0292a69b
10 changed files with 292 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
version: 10.8.1-1
requires:
- name: postgres
defaultConfig:
namespace: mattermost
externalDnsDomain: '{{ .cloud.domain }}'
domain: mattermost.{{ .cloud.domain }}
tlsSecretName: wildcard-wild-cloud-tls
storage: 2Gi
db:
host: '{{ .apps.postgres.host }}'
port: '{{ .apps.postgres.port }}'
name: mattermost
user: mattermost
defaultSecrets:
- key: dbPassword
- key: dbUrl
default: 'postgres://{{ .app.db.user }}:{{ .secrets.dbPassword }}@{{ .app.db.host }}:{{ .app.db.port }}/{{ .app.db.name }}?sslmode=disable&connect_timeout=10'
requiredSecrets:
- postgres.password