update: my.cnf
parent
82fd7c1ce5
commit
0a69a74c8b
|
@ -23,6 +23,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mysql-axons
|
- name: mysql-axons
|
||||||
image: mysql:8.0.33
|
image: mysql:8.0.33
|
||||||
|
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --max_connections=2000 --binlog_expire_logs_seconds=432000
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3306
|
- containerPort: 3306
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
@ -33,7 +34,7 @@ spec:
|
||||||
value: "Beaconfire@2099"
|
value: "Beaconfire@2099"
|
||||||
- name: MYSQL_DATABASE
|
- name: MYSQL_DATABASE
|
||||||
value: "event_store"
|
value: "event_store"
|
||||||
volumes:
|
volumes:z
|
||||||
- name: data-axons
|
- name: data-axons
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /data/staff-axon/mysql
|
path: /data/staff-axon/mysql
|
||||||
|
|
Loading…
Reference in New Issue