Skip to content

Commit

Permalink
Merge pull request #1226 from bryan-aguilar/updateArmNgs
Browse files Browse the repository at this point in the history
Update arm64 node groups to use m6g.large
  • Loading branch information
Aneurysm9 authored May 25, 2023
2 parents 7eff4cc + 0726504 commit 376f576
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cdk_infra/lib/config/cluster-config/clusters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ clusters:
- name: collector-ci-arm64-1-22
version: "1.22"
launch_type: ec2
instance_type: m6g.medium
instance_type: m6g.large
- name: collector-ci-fargate-1-22
version: "1.22"
launch_type: fargate
Expand All @@ -19,12 +19,12 @@ clusters:
- name: operator-ci-arm64-1-22
version: "1.22"
launch_type: ec2
instance_type: m6g.medium
instance_type: m6g.large
cert_manager: true
- name: collector-ci-arm64-1-23
version: "1.23"
launch_type: ec2
instance_type: m6g.medium
instance_type: m6g.large
- name: collector-ci-amd64-1-23
version: "1.23"
launch_type: ec2
Expand All @@ -40,12 +40,12 @@ clusters:
- name: operator-ci-arm64-1-23
version: "1.23"
launch_type: ec2
instance_type: m6g.medium
instance_type: m6g.large
cert_manager: true
- name: collector-ci-arm64-1-24
version: "1.24"
launch_type: ec2
instance_type: m6g.medium
instance_type: m6g.large
- name: collector-ci-amd64-1-24
version: "1.24"
launch_type: ec2
Expand All @@ -58,15 +58,15 @@ clusters:
- name: collector-ci-arm64-1-25
version: "1.25"
launch_type: ec2
instance_type: m6g.medium
instance_type: m6g.large
- name: collector-ci-amd64-1-25
version: "1.25"
launch_type: ec2
instance_type: "m5.large"
- name: collector-ci-arm64-1-26
version: "1.26"
launch_type: ec2
instance_type: m6g.medium
instance_type: m6g.large
- name: collector-ci-amd64-1-26
version: "1.26"
launch_type: ec2
Expand Down

0 comments on commit 376f576

Please sign in to comment.