From 3ff1ef3b858eccbcf2543c83c9ee8c11220e66f3 Mon Sep 17 00:00:00 2001 From: sd109 Date: Tue, 10 Dec 2024 15:21:51 +0000 Subject: [PATCH] Disable SQL DB binlog --- helm/templates/mysql.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/templates/mysql.yaml b/helm/templates/mysql.yaml index 1b08c02c3d..f47fc0ef3e 100644 --- a/helm/templates/mysql.yaml +++ b/helm/templates/mysql.yaml @@ -55,6 +55,7 @@ spec: - --default-authentication-plugin=mysql_native_password - --tls_version=TLSv1.2,TLSv1.3 - --init-file=/data/application/init.sql + - --disable-log-bin ports: - containerPort: 3306 name: mysql