Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Update etcd instance to use medium size by default
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshVanL committed Jun 21, 2018
1 parent 33d4de2 commit 725eb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tarmak/config/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func newInstancePoolEtcd() *clusterv1alpha1.InstancePool {
sp.Type = clusterv1alpha1.InstancePoolTypeEtcd
sp.MinCount = 3
sp.MaxCount = 3
sp.Size = clusterv1alpha1.InstancePoolSizeSmall
sp.Size = clusterv1alpha1.InstancePoolSizeMedium
sp.Volumes = []clusterv1alpha1.Volume{
clusterv1alpha1.Volume{
ObjectMeta: metav1.ObjectMeta{Name: "root"},
Expand Down

0 comments on commit 725eb19

Please sign in to comment.