mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-24 15:55:17 -04: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
|
@ -15,7 +15,7 @@ func TestFirewallPermissions(t *testing.T) {
|
|||
Name: "name",
|
||||
NamePrefix: "constellation-",
|
||||
Location: "UK South",
|
||||
InstanceType: "Standard_DC2as_v5",
|
||||
InstanceType: "Standard_DC4as_v5",
|
||||
Count: 3,
|
||||
Username: "constellation",
|
||||
SubnetID: "subnet-id",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue