Skip to content

Commit bdba3d0

Browse files
author
Carlos Santana
authored
fix machine flavor (#243)
1 parent 6b9a132 commit bdba3d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tile/tiles/cluster-classic/offering.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
{
168168
"key": "flavor",
169169
"type": "string",
170-
"default_value": "mx2.4x32",
170+
"default_value": "m3c.4x32",
171171
"description": "The machine flavor that should be provisioned for each worker node",
172172
"options": [
173173
{"label": "b2c.16x64", "value":"b2c.16x64"},

.tile/tiles/cluster-vpc/offering.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
{
9898
"key": "flavor",
9999
"type": "string",
100-
"default_value": "m3c.4x32",
100+
"default_value": "mx2.4x32",
101101
"description": "The machine flavor that should be provisioned for each worker node",
102102
"options": [
103103
{"label": "bx2.16x64", "value": "bx2.16x64"},

0 commit comments

Comments
 (0)