Skip to content

Commit

Permalink
fix(installer): update registry api deployment replicas 1 (#1857)
Browse files Browse the repository at this point in the history
  • Loading branch information
wl-chen authored Apr 22, 2022
1 parent e0cb86e commit 178beec
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 @@ -2155,7 +2155,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 178beec

Please sign in to comment.