Skip to content

Commit

Permalink
removed 4XL satellites from the Pricing page (#835)
Browse files Browse the repository at this point in the history
Signed-off-by: thtmnisamnstr <[email protected]>
  • Loading branch information
thtmnisamnstr authored May 13, 2024
1 parent 7e5f83d commit 045955d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 22 deletions.
2 changes: 1 addition & 1 deletion website/_data/tier-3-pricing-cloud.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- point: Up to 15 users
- point: From XS to XL satellites
- point: XS to XL satellites
- point: 14 day cache retention
- point: Static originating IP address
- point: Community support
2 changes: 1 addition & 1 deletion website/_data/tier-4-pricing-cloud.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- point: Up to 50 users
- point: XS to 4XL satellites
- point: XS to 3XL satellites
- point: 21 day cache retention
- point: AWS Marketplace billing
- point: Community support
2 changes: 1 addition & 1 deletion website/_data/tier-5-pricing-dedicated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- point: Unlimited users
- point: Satellite auto-sleep
- points:
- point: XS to 4XL satellites
- point: XS to 3XL satellites
- point: Custom satellite specs
- point: Unlimited log retention
- points:
Expand Down
2 changes: 1 addition & 1 deletion website/_data/tier-5-pricing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- point: Fully managed, single-tenant satellite fleet
- point: Unlimited users
- points:
- point: XS to 4XL satellites
- point: XS to 3XL satellites
- point: Unlimited log retention
- points:
- point: Dedicated IP address
Expand Down
20 changes: 2 additions & 18 deletions website/_includes/pricing/v2/compute-cost-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="font-light text-base pl-0.5 flex text-gray-600">Included minutes ratio</div>
</div>

<div class="rounded-lg mt-4 px-4 pt-2 pb-4 border">
<div class="rounded-lg mt-4 px-4 pt-2 pb-2 border">
<div class="grid grid-cols-3 border-b hover:bg-[#ebf9ff]">
<div class="py-4 pl-2 flex flex-col">
<div class="font-semibold text-lg">xsmall</div>
Expand Down Expand Up @@ -133,7 +133,7 @@
</div>
</div>

<div class="grid grid-cols-3 border-b hover:bg-[#ebf9ff]">
<div class="grid grid-cols-3 hover:bg-[#ebf9ff]">
<div class="py-4 pl-2 flex flex-col">
<div class="font-semibold text-lg">3xlarge</div>
<div class="text-xs text-gray-600">AWS m7i.8xlarge / m7g.8xlarge</div>
Expand All @@ -150,22 +150,6 @@
</div>
</div>

<div class="grid grid-cols-3 border-b hover:bg-[#ebf9ff]">
<div class="py-4 pl-2 flex flex-col">
<div class="font-semibold text-lg">4xlarge</div>
<div class="text-xs text-gray-600">AWS m7i.16xlarge / m7g.16xlarge</div>
</div>
<div class="pb-4 lg:pb-0 pl-4 lg:pl-0 lg:grid grid-cols-2 w-full col-span-2">
<div class="py-1 pt-4 lg:py-4 text-sm lg:text-base">64 vCPUs | 256 GB RAM<br />2,000 GB cache disk</div>
<div class="lg:pl-2 py-2 lg:py-4">
<div>$0.1502 <span class="lg:hidden text-sm text-gray-500">per min.</span></div>
<div class="text-sm w-fit h-fit border-b border-black border-dashed cursor-pointer lg:mr-4 xl:mr-14 included-minutes-tooltip justify-self-center relative">
143X
<span class="cursor-default tracking-tight">6,000 min included = 41.95 min on 4xlarge</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

0 comments on commit 045955d

Please sign in to comment.