Adds mattermost app.
This commit is contained in:
20
mattermost/versions/10/manifest.yaml
Normal file
20
mattermost/versions/10/manifest.yaml
Normal 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
|
||||
Reference in New Issue
Block a user