add qa-upgrade args
parent
bced28d33a
commit
624fb8ddbd
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue