File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ metadata:
2323 app.kubernetes.io/component : database
2424 app.kubernetes.io/part-of : wsc
2525data :
26- MYSQL_OPTIONS : " --innodb-buffer-pool-size=512M" # only support in DHI (instead of own *.cnf file)
26+ MYSQL_OPTIONS : " --innodb-buffer-pool-size=512M --skip-name-resolve " # only support in DHI (instead of own *.cnf file)
2727 # the following variables require manual intervention in order to be used (kubectl exec command):
2828 MYSQL_DATABASE : " woltlab_suite"
2929 MYSQL_USER : " woltlab_suite"
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ services:
7676 environment :
7777 MYSQL_ROOT_PASSWORD : " ${MYSQL_ROOT_PASSWORD}"
7878 # only support in DHI (instead of own *.cnf file)
79- MYSQL_OPTIONS : " --innodb-buffer-pool-size=512M"
79+ MYSQL_OPTIONS : " --innodb-buffer-pool-size=512M --skip-name-resolve "
8080 # not supported in DHI, but for commands to create database and user
8181 MYSQL_DATABASE : " ${MYSQL_DATABASE:-wcf}"
8282 MYSQL_USER : " ${MYSQL_USER}"
You can’t perform that action at this time.
0 commit comments