Skip to content

Commit

Permalink
Run two replicas of rancher by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Jun 22, 2021
1 parent 04730b0 commit 21423a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rancher/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var defaultValues = map[string]interface{}{
"enabled": false,
},
"features": "multi-cluster-management=false",
"replicas": -1,
"replicas": -2,
"tls": "external",
"hostPort": 8443,
"noDefaultAdmin": true,
Expand Down

0 comments on commit 21423a0

Please sign in to comment.