Skip to content

Commit

Permalink
remove mysql config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesindieiev committed Jul 25, 2024
1 parent 9f44907 commit d6c6a10
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions helm/defectdojo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,40 +365,6 @@ mysql:
service:
ports:
mysql: 3306
configuration: |-
[mysqld]
default_authentication_plugin=caching_sha2_password
skip-name-resolve
explicit_defaults_for_timestamp
basedir=/opt/bitnami/mysql
plugin_dir=/opt/bitnami/mysql/lib/plugin
port=3306
mysqlx=OFF
mysqlx_port=33060
socket=/opt/bitnami/mysql/tmp/mysql.sock
datadir=/bitnami/mysql/data
tmpdir=/opt/bitnami/mysql/tmp
max_allowed_packet=100M
bind-address=*
pid-file=/opt/bitnami/mysql/tmp/mysqld.pid
log-error=/opt/bitnami/mysql/logs/mysqld.log
character-set-server=utf8mb4
collation-server=utf8mb4_0900_ai_ci
slow_query_log=0
long_query_time=5.0
disable_log_bin
[client]
port=3306
socket=/opt/bitnami/mysql/tmp/mysql.sock
default-character-set=utf8mb4
plugin_dir=/opt/bitnami/mysql/lib/plugin
[manager]
port=3306
socket=/opt/bitnami/mysql/tmp/mysql.sock
pid-file=/opt/bitnami/mysql/tmp/mysqld.pid
# To use an external mySQL instance, set enabled to false and uncomment
# the line below / add external address:
# mysqlServer: "127.0.0.1"
Expand Down

0 comments on commit d6c6a10

Please sign in to comment.