Skip to content
This repository was archived by the owner on Oct 31, 2019. It is now read-only.

Commit f2d073d

Browse files
committed
Update instance shapes used in CI tests.
1 parent 9f95f6a commit f2d073d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/resources/configs/public-cluster.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ control_plane_subnet_access = "public"
99
k8s_master_lb_access = "public"
1010
master_oci_lb_enabled = "false"
1111
etcd_lb_enabled = "false"
12-
etcdShape = "VM.Standard1.8"
13-
k8sMasterShape = "VM.Standard1.8"
12+
etcdShape = "VM.Standard2.4"
13+
k8sMasterShape = "VM.Standard2.8"
1414
k8sWorkerShape = "BM.DenseIO1.36"
1515
etcdAd1Count = "1"
1616
etcdAd2Count = "0"

0 commit comments

Comments
 (0)