Skip to content

Commit

Permalink
Blueprints and ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
elamaran11 committed Mar 22, 2024
1 parent 01471ba commit 4652f05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default class SingleNewEksAWSNativeFargateobservabilityConstruct {
// Define fargate cluster provider and pass the profile options
const fargateClusterProvider : blueprints.FargateClusterProvider = new blueprints.FargateClusterProvider({
fargateProfiles,
version: eks.KubernetesVersion.of("1.29")
version: eks.KubernetesVersion.V1_29
});

const certManagerAddOnProps : blueprints.CertManagerAddOnProps = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export default class SingleNewEksFargateOpenSourceObservabilityConstruct {
// Define fargate cluster provider and pass the profile options
const fargateClusterProvider: blueprints.FargateClusterProvider = new blueprints.FargateClusterProvider({
fargateProfiles,
version: eks.KubernetesVersion.of("1.29")
version: eks.KubernetesVersion.V1_29
});


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export default class SingleNewEksGravitonOpenSourceObservabilityPattern {
}

const mngProps: blueprints.MngClusterProviderProps = {
version: eks.KubernetesVersion.of("1.29"),
version: eks.KubernetesVersion.V1_29,
instanceTypes: [new ec2.InstanceType("m7g.large")],
amiType: eks.NodegroupAmiType.AL2_ARM_64,
desiredSize: 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export default class SingleNewEksOpenSourceobservabilityPattern {
}

const mngProps: blueprints.MngClusterProviderProps = {
version: eks.KubernetesVersion.of("1.29"),
version: eks.KubernetesVersion.V1_29,
instanceTypes: [new ec2.InstanceType("m5.2xlarge")],
amiType: eks.NodegroupAmiType.AL2_X86_64,
desiredSize: 2,
Expand Down

0 comments on commit 4652f05

Please sign in to comment.