mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-06 08:15:48 -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
|
@ -46,7 +46,7 @@ func TestCreateInstances(t *testing.T) {
|
|||
CountControlPlanes: 3,
|
||||
CountWorkers: 4,
|
||||
ImageID: "img",
|
||||
InstanceType: "n2d-standard-2",
|
||||
InstanceType: "n2d-standard-4",
|
||||
KubeEnv: "kube-env",
|
||||
}
|
||||
someErr := errors.New("failed")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue