Files
truecharts/charts/stable/mattermost/values.yaml
T
TrueCharts BotandGitHub ea7f789975 chore(deps): update docker general non-major (#3727)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-10 13:05:59 +03:00

51 lines
1.1 KiB
YAML

image:
repository: tccr.io/truecharts/mattermost
tag: 7.3@sha256:c07e516e5888c5a4031c436175cbcf5093e707532258ed628d459efa0e059b13
pullPolicy: IfNotPresent
env:
TIMEZONE: "{{ .Values.TZ }}"
MM_SQLSETTINGS_DRIVERNAME: "postgres"
MM_BLEVESETTINGS_INDEXDIR: "/mattermost/bleve-indexes"
MM_SERVICESETTINGS_SITEURL: "https://test.example.com"
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
portal:
enabled: true