Skip to content

Commit

Permalink
Update defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ynnt committed Nov 1, 2021
1 parent 9fc9f65 commit 26a90e9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/internal/mysqlcluster/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ func (cluster *MysqlCluster) SetDefaults(opt *options.Options) {
}
}

// set default service type
if cluster.Spec.ServiceSpec.ServiceType == "" {
cluster.Spec.ServiceSpec.ServiceType = core.ServiceTypeClusterIP
}

// configure mysql based on:
// https://www.percona.com/blog/2018/03/26/mysql-8-0-innodb_dedicated_server-variable-optimizes-innodb/

Expand Down

0 comments on commit 26a90e9

Please sign in to comment.