Files
truecharts/charts/incubator/mattermost/values.yaml
T
sagitandGitHub 42283cf62c feat(mattermost): Add mattermost (#2705)
* add-mattermost

* add question

* fix-style

* lowercase

* tryfix

* tryFixDbURL

* tryfix

* makeup
2022-05-19 12:33:01 +02:00

50 lines
1.0 KiB
YAML

image:
repository: mattermost/mattermost-enterprise-edition
tag: release-6.3
pullPolicy: IfNotPresent
env:
TIMEZONE: "{{ .Values.TZ }}"
MM_SQLSETTINGS_DRIVERNAME: "postgres"
MM_BLEVESETTINGS_INDEXDIR: "/mattermost/bleve-indexes"
MM_SERVICESETTINGS_SITEURL: "{{ .Values.env.reverseProxyUrl }}"
envValueFrom:
MM_SQLSETTINGS_DATASOURCE:
secretKeyRef:
name: dbcreds
key: urlnossl
service:
main:
ports:
main:
port: 10239
targetPort: 8065
persistence:
config:
enabled: true
mountPath: "/mattermost/config"
data:
enabled: true
mountPath: "/mattermost/data"
logs:
enabled: true
mountPath: "/mattermost/logs"
plugins:
enabled: true
mountPath: "/mattermost/plugins"
clientplugins:
enabled: true
mountPath: "/mattermost/client/plugins"
bleveindexes:
enabled: true
mountPath: "/mattermost/bleve-indexes"
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: mattermost
postgresqlDatabase: mattermost