Skip to content

Commit

Permalink
feat: Set default cluster disk size to 40Gb
Browse files Browse the repository at this point in the history
  • Loading branch information
mzottola committed Nov 24, 2023
1 parent cbfa061 commit 991c9f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/schemas/Cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ properties:
disk_size:
type: integer
example: 50
default: 20
description: Unit is in GB. The disk size to be used for the node configuration
default: 40
description: Unit is in GB. The disk size to be used for the node configuration
2 changes: 1 addition & 1 deletion src/schemas/ClusterRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ properties:
disk_size:
type: integer
example: 50
default: 20
default: 40
description: Unit is in GB. The disk size to be used for the node configuration
instance_type:
type: string
Expand Down

0 comments on commit 991c9f8

Please sign in to comment.