@@ -12,15 +12,13 @@ infra_flavor_id: >-
12
12
# The flavor to use for the control plane nodes
13
13
capi_cluster_control_plane_flavor : vm.azimuth.ci.ec1.medium
14
14
# The flavor to use for worker nodes
15
- capi_cluster_worker_flavor : vm.azimuth.ci.ec1 .medium
15
+ capi_cluster_worker_flavor : vm.azimuth.ci.en1 .medium
16
16
17
17
# Although this is a "HA" test, what we are really testing is the spawning
18
18
# of the CAPI cluster and deployment of Azimuth onto that
19
- # We have also preferred to use 3 small workers rather than 1 or 2 eighth workers,
20
- # as they are more likely to fit in the gaps between other workloads
21
- # So one control plane node and two workers is sufficient for that
19
+ # So one control plane node is sufficient for that
22
20
capi_cluster_control_plane_count : 1
23
- capi_cluster_worker_count : 3
21
+ capi_cluster_worker_count : 2
24
22
25
23
# Use a single replica for Consul
26
24
# The risk of failed upgrades is too great, and it is going away soon
@@ -35,4 +33,4 @@ velero_backup_schedule_name: default
35
33
velero_backup_schedule_timings : " 0 0 * * *"
36
34
velero_backup_schedule_ttl : " 168h"
37
35
velero_aws_access_key_id : required-but-not-used
38
- velero_aws_secret_access_key : required-but-not-used
36
+ velero_aws_secret_access_key : required-but-not-used
0 commit comments