Skip to content

Commit

Permalink
fix(installer): update registry api deployment replicas 1
Browse files Browse the repository at this point in the history
  • Loading branch information
wl-chen committed Apr 22, 2022
1 parent e2b2cf3 commit 69c16b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tke-installer/app/installer/installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -2198,7 +2198,7 @@ func (t *TKE) installTKERegistryChart(ctx context.Context) error {
func (t *TKE) getTKERegistryAPIOptions(ctx context.Context) (map[string]interface{}, error) {

options := map[string]interface{}{
"replicas": t.Config.Replicas,
"replicas": 1,
"namespace": t.namespace,
"image": images.Get().TKERegistryAPI.FullName(),
"adminUsername": t.Para.Config.Registry.TKERegistry.Username,
Expand Down

0 comments on commit 69c16b9

Please sign in to comment.