Skip to content

Commit 5581bd7

Browse files
authored
Merge pull request #2 from stackhpc/fix/mysql-binlog
Disable SQL DB binlog
2 parents ef40c69 + bde5549 commit 5581bd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm/templates/mysql.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ spec:
5555
- --default-authentication-plugin=mysql_native_password
5656
- --tls_version=TLSv1.2,TLSv1.3
5757
- --init-file=/data/application/init.sql
58+
- --disable-log-bin
5859
ports:
5960
- containerPort: 3306
6061
name: mysql

0 commit comments

Comments
 (0)