Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq committed Nov 20, 2024
1 parent 4d2e6c0 commit 623ddf6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dbm-services/mysql/db-simulation/app/service/kubernets.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ func (k *DbPodSets) getCreateClusterSqls() []string {
return ss
}

// getClusterPodContanierSpec create cluster pod container spec
// nolint
func (k *DbPodSets) getClusterPodContanierSpec() []v1.Container {
return []v1.Container{
{
Expand All @@ -136,6 +138,7 @@ func (k *DbPodSets) getClusterPodContanierSpec() []v1.Container {
"--port=20000",
"--max_allowed_packet=1073741824",
"--default-authentication-plugin=mysql_native_password",
"--sql-mode=",
fmt.Sprintf("--character-set-server=%s",
k.BaseInfo.Charset),
"--user=mysql"},
Expand Down

0 comments on commit 623ddf6

Please sign in to comment.