diff --git a/cmd/helm/installer/install.go b/cmd/helm/installer/install.go index 90e832b07..6b8f73a78 100644 --- a/cmd/helm/installer/install.go +++ b/cmd/helm/installer/install.go @@ -125,7 +125,7 @@ func generateDeployment(opts *Options) *extensions.Deployment { Labels: labels, }, Spec: extensions.DeploymentSpec{ - Replicas: 1, + Replicas: 2, Template: api.PodTemplateSpec{ ObjectMeta: metav1.ObjectMeta{ Labels: labels,