Skip to content

Commit dc568fc

Browse files
committed
updated MACHINE_TYPE
1 parent ab3e1a2 commit dc568fc

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

hack/provider/provider.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,13 @@ options:
8989
- ubuntu-23-04-x64
9090
MACHINE_TYPE:
9191
description: The machine type to use.
92-
default: s-4vcpu-8gb
92+
default: vc2-1c-1gb
9393
suggestions:
94-
- s-1vcpu-2gb
95-
- s-2vcpu-4gb
96-
- s-4vcpu-8gb
97-
- s-8vcpu-16gb
98-
- c-2
99-
- c-4
100-
- c-8
101-
- c-16
102-
- c-32
94+
- vc2-1c-1gb
95+
- vc2-1c-2gb
96+
- vc2-2c-2gb
97+
- vc2-1c-4gb
98+
- vhf-1c-2gb
10399
INACTIVITY_TIMEOUT:
104100
description: If defined, will automatically stop the VM after the inactivity period.
105101
default: 10m

0 commit comments

Comments
 (0)