Skip to content

Commit

Permalink
Disable SQL DB binlog
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Dec 10, 2024
1 parent ef40c69 commit bde5549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/templates/mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bde5549

Please sign in to comment.