mattermost new configuration
This commit is contained in:
@@ -30,21 +30,23 @@ spec:
|
|||||||
# MySQL Database Configuration
|
# MySQL Database Configuration
|
||||||
mysql:
|
mysql:
|
||||||
enabled: true
|
enabled: true
|
||||||
existingSecret: mattermost-db-credentials
|
mysqlRootPassword: "InnoHubMYSQL_2025!"
|
||||||
|
mysqlUser: "mmdbuser"
|
||||||
|
mysqlPassword: "mmdbpwd"
|
||||||
mysqlDatabase: "mattermost"
|
mysqlDatabase: "mattermost"
|
||||||
|
|
||||||
# Disable External Database
|
# Disable External Database
|
||||||
externalDB:
|
externalDB:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
# Mattermost Configuration
|
# Mattermost Configuration - WICHTIG: Ohne DataSource!
|
||||||
configJSON:
|
configJSON:
|
||||||
ServiceSettings:
|
ServiceSettings:
|
||||||
SiteURL: "https://mattermost.innovation-hub-niedersachsen.de"
|
SiteURL: "https://mattermost.innovation-hub-niedersachsen.de"
|
||||||
ListenAddress: ":8065"
|
ListenAddress: ":8065"
|
||||||
SqlSettings:
|
SqlSettings:
|
||||||
DriverName: "mysql"
|
DriverName: "mysql"
|
||||||
DataSourceReplicas: []
|
# DataSource wird automatisch vom Chart generiert - NICHT manuell setzen!
|
||||||
|
|
||||||
destination:
|
destination:
|
||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
|
|||||||
Reference in New Issue
Block a user