Skip to content

Commit 978f0db

Browse files
committed
Change sandbox machines to n1-standard-4 to reduce resource usage.
1 parent 6842fe3 commit 978f0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cluster/sandbox/example_sandbox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sandbox:
1717
# command line or randomly generated name.
1818
name: {{cluster_name}}
1919
node_count: 5
20-
machine_type: n1-standard-8
20+
machine_type: n1-standard-4
2121
# Application is application-specific, used by the derived Sandbox class.
2222
application:
2323
vtgate_count: 1

0 commit comments

Comments
 (0)