Skip to content

Commit

Permalink
Merge pull request #1457 from teabot/fix/update-ec2-fleet-launch-temp…
Browse files Browse the repository at this point in the history
…late-version

Update EC2 Fleet example to use most recent LaunchTemplate version
  • Loading branch information
turkenf committed Aug 19, 2024
2 parents 0e04e1c + b10f89c commit 4485b44
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions examples/ec2/v1beta1/fleet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ spec:
matchLabels:
testing.upbound.io/example-name: example
version: "1"
override:
- instanceType: t3.micro
name: example
override:
- instanceType: t3.micro
onDemandOptions:
minTargetCapacity: 1
singleAvailabilityZone: true
Expand All @@ -37,7 +36,7 @@ spec:

---

apiVersion: ec2.aws.upbound.io/v1beta1
apiVersion: ec2.aws.upbound.io/v1beta2
kind: LaunchTemplate
metadata:
labels:
Expand Down

0 comments on commit 4485b44

Please sign in to comment.