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

Commit ad58629

Browse files
committed
Update etcd instance to use medium size by default
1 parent 32ab571 commit ad58629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/tarmak/config/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func newInstancePoolEtcd() *clusterv1alpha1.InstancePool {
8282
sp.Type = clusterv1alpha1.InstancePoolTypeEtcd
8383
sp.MinCount = 3
8484
sp.MaxCount = 3
85-
sp.Size = clusterv1alpha1.InstancePoolSizeSmall
85+
sp.Size = clusterv1alpha1.InstancePoolSizeMedium
8686
sp.Volumes = []clusterv1alpha1.Volume{
8787
clusterv1alpha1.Volume{
8888
ObjectMeta: metav1.ObjectMeta{Name: "root"},

0 commit comments

Comments
 (0)