From 949263009ce90c52d3b43e46c1636129f41cb1bb Mon Sep 17 00:00:00 2001 From: titver968 Date: Fri, 17 Oct 2025 10:29:14 +0200 Subject: [PATCH] mattermost externalDB --- argocd/apps/mattermost/mattermnost.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/argocd/apps/mattermost/mattermnost.yaml b/argocd/apps/mattermost/mattermnost.yaml index 69d3f5c..e26eb3e 100644 --- a/argocd/apps/mattermost/mattermnost.yaml +++ b/argocd/apps/mattermost/mattermnost.yaml @@ -33,7 +33,11 @@ spec: mysqlUser: "mmdbuser" mysqlPassword: "mmdbpwd" mysqlDatabase: mattermost - + + externalDB: + enabled: true + externalConnectionString: "mmdbuser:mmdbpwd@tcp(mattermost-mysql:3306)/mattermost?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s" + destination: server: 'https://kubernetes.default.svc' namespace: mattermost