update: my.cnf
parent
0a69a74c8b
commit
39c1fae59d
|
@ -16,6 +16,7 @@ spec:
|
|||
containers:
|
||||
- name: mysql
|
||||
image: mysql:8.0.33
|
||||
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --max_connections=2000 --binlog_expire_logs_seconds=432000
|
||||
ports:
|
||||
- containerPort: 3306
|
||||
volumeMounts:
|
||||
|
|
Loading…
Reference in New Issue