Skip to content

Commit ab5042c

Browse files
committed
Tooltips for openfaas edge
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 566c111 commit ab5042c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_includes/pricing-page/pricing-edge.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,18 @@
8787

8888
<li class="mb-3 is-flex is-align-items-center">
8989
{% include no.html %}
90-
Horizontal scaling
90+
<span data-tooltip="A single function can handle many requests, however it won't scale beyond 1/1 replicas.">Horizontal scaling</span>
9191
</li>
9292
<li class="mb-3 is-flex is-align-items-center">
9393
{% include no.html %}
94-
High Availability
94+
<span data-tooltip="Designed for low-maintenance, low-overheads, and easy redistribution instead of for clustering.">High Availability (HA)</span>
9595
</li>
9696
</ul>
9797
</div>
9898
</div>
9999

100-
<div class="is-flex is-align-items-center is-size-6">
100+
<div class="is-flex is-align-items-center is-size-6">
101+
101102
<div class="book-a-call mr-3 is-size-2">
102103
<div class="field">
103104
<label class="label mt-3">Read about Edge</label>

0 commit comments

Comments
 (0)