Skip to content

Commit 05f61a8

Browse files
committed
Basic updates to pricing table
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 867c777 commit 05f61a8

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

_includes/pricing-page/pricing-table.html

+13-13
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ <h3 class="subtitle pt-4">
2323

2424
<tr>
2525
<th class="is-one-third">Intended use</th>
26-
<td class="is-2">Personal use. 60-day limit on commercial use</td>
26+
<td class="is-2">Personal use is free. There is a 60-day limit on commercial use</td>
2727
<td class="is-2">Commercial use with single product or team</td>
28-
<td class="is-2">Enterprise use, functions hosting and multi-tenancy</td>
28+
<td class="is-2">Commercial use within an enterprise or for multi-tenant hosting</td>
2929
</tr>
3030

3131

@@ -39,8 +39,8 @@ <h3 class="subtitle pt-4">
3939
<tr>
4040
<th class="is-one-third">Air-gapped / offline support</th>
4141
<td class="is-2">Not supported, Internet connection required at all times.</td>
42-
<td class="is-2">Supported for commercial, defense, & military.</td>
43-
<td class="is-2">Supported for commercial, defense, & military.</td>
42+
<td class="is-2">Supported with annual licenses.</td>
43+
<td class="is-2">Supported with annual licenses.</td>
4444
</tr>
4545

4646
<tr>
@@ -61,7 +61,7 @@ <h3 class="subtitle pt-4">
6161
<tr>
6262
<th class="is-one-third">User interface</th>
6363
<td class="is-2">Legacy UI (in code-freeze)</td>
64-
<td class="is-2">OpenFaaS Dashboard with shared admin password</td>
64+
<td class="is-2">OpenFaaS Dashboard with shared password</td>
6565
<td class="is-2">OpenFaaS Dashboard with OpenID Connect</td>
6666
</tr>
6767

@@ -75,12 +75,12 @@ <h3 class="subtitle pt-4">
7575
<tr>
7676
<th class="is-one-third">Commercially supported templates</th>
7777
<td class="is-2">None</td>
78-
<td class="is-2">Go, Python, Node, PHP, &amp; Dockerfile</td>
79-
<td class="is-2">Go, Python, Node, PHP &amp; Dockerfile</td>
78+
<td class="is-2">Go, Python, Node, PHP, C#, &amp; Dockerfile, or BYO</td>
79+
<td class="is-2">Go, Python, Node, PHP C#, &amp; Dockerfile, or BYO</td>
8080
</tr>
8181

8282
<tr>
83-
<td colspan="4">Support can be added for other languages for licensed customers, free to reach out to us.<td>
83+
<td colspan="4">Customers can request additional supported languages from our team.<td>
8484
</tr>
8585

8686
<tr>
@@ -95,7 +95,7 @@ <h3 class="subtitle pt-4">
9595
<th class="is-one-third">Email</th>
9696
<td class="is-2">{% include no.html %}</td>
9797
<td class="is-2">Direct to engineering</td>
98-
<td class="is-2">Direct to engineering</td>
98+
<td class="is-2">Direct to engineering, priority responses</td>
9999
</tr>
100100
<tr>
101101
<th class="is-one-third">Private Slack channel*</th>
@@ -106,8 +106,8 @@ <h3 class="subtitle pt-4">
106106
<tr>
107107
<th class="is-one-third">Customer Community</th>
108108
<td class="is-2">{% include no.html %}</td>
109-
<td class="is-2">Private GitHub Discussions</td>
110-
<td class="is-2">Private GitHub Discussions</td>
109+
<td class="is-2">Private GitHub Discussions &amp; announcements</td>
110+
<td class="is-2">Private GitHub Discussions &amp; announcements</td>
111111
</tr>
112112
<tr>
113113
<th class="is-one-third">SLA for incidents*</th>
@@ -158,8 +158,8 @@ <h3 class="subtitle pt-4">
158158
<tr>
159159
<th class="is-one-third">Auto-scaling</th>
160160
<td class="is-2">One global RPS rule</td>
161-
<td class="is-2">RPS, Capacity, CPU, RAM, or Custom metric</td>
162-
<td class="is-2">RPS, Capacity, CPU, RAM, or Custom metric</td>
161+
<td class="is-2">RPS, Capacity, CPU, RAM, or Custom metrics</td>
162+
<td class="is-2">RPS, Capacity, CPU, RAM, or Custom metrics</td>
163163
</tr>
164164
<tr>
165165
<th class="is-one-third">Scale to zero</th>

0 commit comments

Comments
 (0)