add qa-upgrade args

main
ycz008 2023-08-28 18:40:18 +08:00
parent bced28d33a
commit 624fb8ddbd
7 changed files with 8 additions and 8 deletions

View File

@ -17,7 +17,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"]
args: ["--character-set-server=utf8mb4", "--collation-server=utf8mb4_unicode_ci", "--max_connections=2000", "--binlog_expire_logs_seconds=432000"]
ports:
- containerPort: 3306
volumeMounts:

View File

@ -17,7 +17,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"]
args: ["--character-set-server=utf8mb4", "--collation-server=utf8mb4_unicode_ci", "--max_connections=2000", "--binlog_expire_logs_seconds=432000"]
ports:
- containerPort: 3306
volumeMounts:

View File

@ -16,7 +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"]
args: ["--character-set-server=utf8mb4", "--collation-server=utf8mb4_unicode_ci", "--max_connections=2000", "--binlog_expire_logs_seconds=432000"]
ports:
- containerPort: 3306
volumeMounts:

View File

@ -16,7 +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"]
args: ["--character-set-server=utf8mb4", "--collation-server=utf8mb4_unicode_ci", "--max_connections=2000", "--binlog_expire_logs_seconds=432000"]
ports:
- containerPort: 3306
volumeMounts:

View File

@ -16,7 +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"]
args: ["--character-set-server=utf8mb4", "--collation-server=utf8mb4_unicode_ci", "--max_connections=2000", "--binlog_expire_logs_seconds=432000"]
ports:
- containerPort: 3306
volumeMounts:
@ -24,7 +24,7 @@ spec:
mountPath: /var/lib/mysql
env:
- name: MYSQL_ROOT_PASSWORD
value: "----------"
value: "Beaconfire@2099"
- name: MYSQL_DATABASE
value: "devops"
- name: MYSQL_USER

View File

@ -23,7 +23,7 @@ spec:
containers:
- name: mysql-axons
image: mysql:8.0.33
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --max_connections=2000 --binlog_expire_logs_seconds=432000
args: ["--character-set-server=utf8mb4", "--collation-server=utf8mb4_unicode_ci", "--max_connections=2000", "--binlog_expire_logs_seconds=432000"]
ports:
- containerPort: 3306
volumeMounts:

View File

@ -22,7 +22,7 @@ spec:
containers:
- name: mysql-drill
image: mysql:8.0.33
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --max_connections=2000 --binlog_expire_logs_seconds=432000
args: ["--character-set-server=utf8mb4", "--collation-server=utf8mb4_unicode_ci", "--max_connections=2000", "--binlog_expire_logs_seconds=432000"]
ports:
- containerPort: 3306
volumeMounts: