File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,15 +58,15 @@ var _ = Describe("When testing the machinery for scale testing using vcsim provi
58
58
ClusterClassName : getVariableOrFallback (testSpecificSettingsGetter ().Variables ["CLUSTER_CLASS_NAME" ], e2eConfig .MustGetVariable ("CLUSTER_CLASS_NAME" )),
59
59
60
60
// ClusterCount can be overwritten via `CAPI_SCALE_CLUSTER_COUNT`.
61
- ClusterCount : ptr.To [int64 ](10 ),
61
+ ClusterCount : ptr.To [int64 ](5 ),
62
62
// Concurrency can be overwritten via `CAPI_SCALE_CONCURRENCY`.
63
63
Concurrency : ptr.To [int64 ](5 ),
64
64
// ControlPlaneMachineCount can be overwritten via `CAPI_SCALE_CONTROL_PLANE_MACHINE_COUNT`.
65
65
ControlPlaneMachineCount : ptr.To [int64 ](1 ),
66
66
// MachineDeploymentCount can be overwritten via `CAPI_SCALE_MACHINE_DEPLOYMENT_COUNT`.
67
67
MachineDeploymentCount : ptr.To [int64 ](1 ),
68
68
// WorkerPerMachineDeploymentCount can be overwritten via `CAPI_SCALE_WORKER_PER_MACHINE_DEPLOYMENT_COUNT`.
69
- WorkerPerMachineDeploymentCount : ptr.To [int64 ](3 ),
69
+ WorkerPerMachineDeploymentCount : ptr.To [int64 ](1 ),
70
70
// AdditionalClusterClassCount can be overwritten via `CAPI_SCALE_ADDITIONAL_CLUSTER_CLASS_COUNT`.
71
71
AdditionalClusterClassCount : ptr.To [int64 ](4 ),
72
72
// DeployClusterInSeparateNamespaces can be overwritten via `CAPI_SCALE_DEPLOY_CLUSTER_IN_SEPARATE_NAMESPACES`.
You can’t perform that action at this time.
0 commit comments