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: containers:
- name: mysql - name: mysql
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"] args: ["--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:

View File

@ -17,7 +17,7 @@ spec:
containers: containers:
- name: mysql - name: mysql
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"] args: ["--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:

View File

@ -16,7 +16,7 @@ spec:
containers: containers:
- name: mysql - name: mysql
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"] args: ["--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:

View File

@ -16,7 +16,7 @@ spec:
containers: containers:
- name: mysql - name: mysql
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"] args: ["--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:

View File

@ -16,7 +16,7 @@ spec:
containers: containers:
- name: mysql - name: mysql
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"] args: ["--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:
@ -24,7 +24,7 @@ spec:
mountPath: /var/lib/mysql mountPath: /var/lib/mysql
env: env:
- name: MYSQL_ROOT_PASSWORD - name: MYSQL_ROOT_PASSWORD
value: "----------" value: "Beaconfire@2099"
- name: MYSQL_DATABASE - name: MYSQL_DATABASE
value: "devops" value: "devops"
- name: MYSQL_USER - name: MYSQL_USER

View File

@ -23,7 +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 args: ["--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:

View File

@ -22,7 +22,7 @@ spec:
containers: containers:
- name: mysql-drill - name: mysql-drill
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 args: ["--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: