Skip to content

Commit

Permalink
DOCS-220 update resource preset generation in example
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoninskii committed Feb 6, 2024
1 parent e5f1ae5 commit 7cd7267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/clickhouse/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def create_cluster(sdk, project_id, cloud_type, region_id, name, network_id):
name=name,
resources=ClusterResources(
clickhouse=ClusterResources.Clickhouse(
resource_preset_id="s1-c2-m4",
resource_preset_id="s2-c2-m4",
disk_size=Int64Value(value=32 * 2**30),
replica_count=Int64Value(value=1),
)
Expand Down

0 comments on commit 7cd7267

Please sign in to comment.