Skip to content

Commit

Permalink
Update Azure lite docs with new default machineType (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali authored Jun 14, 2024
1 parent 4147302 commit 20e1386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/03-10-service-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ These are the provisioning parameters for Azure that you can configure:

| Parameter name | Type | Description | Required | Default value |
|-------------------------------------------|--------|-------------------------------------------------------------------------------------|:--------:|-------------------|
| **machineType** | string | Specifies the provider-specific virtual machine type. | No | `Standard_D4s_v5` |
| **machineType** | string | Specifies the provider-specific virtual machine type. | No | `Standard_D2s_v5` |
| **volumeSizeGb** | int | Specifies the size of the root volume. | No | `50` |
| **region** | string | Defines the cluster region. | Yes | None |
| **zones** | string | Defines the list of zones in which Runtime Provisioner creates a cluster. | No | `["1"]` |
Expand Down

0 comments on commit 20e1386

Please sign in to comment.