mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-11 06:02:41 -05:00
Use 4 vCPU instances by default (#24)
* Use 4 vcpu instances by default * Remove 2 vcpu instance type option Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
2d611e8148
commit
b27e205399
11 changed files with 14 additions and 24 deletions
|
|
@ -245,7 +245,7 @@ func Default() *Config {
|
|||
Location: "",
|
||||
UserAssignedIdentity: "",
|
||||
Image: DefaultImageAzure,
|
||||
StateDiskType: "StandardSSD_LRS", // TODO: Replace with Premium_LRS when we replace the default VM size (Standard_D2a_v4) since the size does not support Premium_LRS
|
||||
StateDiskType: "Premium_LRS",
|
||||
Measurements: copyPCRMap(azurePCRs),
|
||||
EnforcedMeasurements: []uint32{8, 9, 11, 12},
|
||||
ConfidentialVM: func() *bool { b := true; return &b }(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue